Update install.sh

This commit is contained in:
Aaron Honeycutt 2023-12-29 16:50:49 +00:00
parent 5823acbed7
commit 045469eec0

View file

@ -14,7 +14,7 @@ read driveName
# Download Disko file
cd /tmp
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/partitions/simple-efi.nix -o /tmp/disko-config.nix
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/disko/partitions/simple-efi.nix -o /tmp/disko-config.nix
# Replace drive in Disko file
sudo sed -i "s#/dev/vdb#$rootName#g" /tmp/disko-config.nix