mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Edit install.sh
This commit is contained in:
parent
cbb64273ae
commit
1f2d03cf1a
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ echo ""
|
|||
|
||||
## Download Disko file
|
||||
cd /tmp
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/partitions/luks-btrfs-subvolumes.nix -o /tmp/disko-config.nix
|
||||
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/partitions/luks-lvm.nix -o /tmp/disko-config.nix
|
||||
|
||||
## Replace drive in Disko file
|
||||
sudo sed -i "s#/dev/sda#$driveName#g" /tmp/disko-config.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue