Rename EDI to edi

This commit is contained in:
Aaron Honeycutt 2024-11-04 15:39:14 -07:00
parent 7541a7a9ad
commit bb2f3f53d3

View file

@ -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