From bb2f3f53d3b209fa3268d0200747bf006c18d87e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 4 Nov 2024 15:39:14 -0700 Subject: [PATCH] Rename EDI to edi --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e4d9eec..0c8851f 100644 --- a/install.sh +++ b/install.sh @@ -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