diff --git a/install.sh b/install.sh index 9b348a7..e4d9eec 100644 --- a/install.sh +++ b/install.sh @@ -43,7 +43,7 @@ Which device are you installing to? 2) Galago Pro 5 (Garrus) 3) Thinkpad X13s (Drack) 4) nebula49 (Shepard) - 5) Home Server (EDI) + 5) Home Server (EDI) - Do Not Use 0) Generic EOF read hostChoice @@ -68,7 +68,7 @@ elif [ $hostChoice = 4 ]; then sudo nixos-install --flake /mnt/etc/nixos#shepard elif [ $hostChoice = 5 ]; then - curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/edi/configuration.nix > edi.nix; sudo mv -f edi.nix /mnt/etc/nixos/ + curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/hosts/x86_64/EDI/configuration.nix > edi.nix; sudo mv -f edi.nix /mnt/etc/nixos/ sudo nixos-install --flake /mnt/etc/nixos#edi elif [ $hostChoice = 0 ]; then