Update install.sh

This commit is contained in:
Aaron Honeycutt 2023-01-25 17:15:13 +00:00
parent bf04a0badc
commit cd61733b7b

View file

@ -106,8 +106,6 @@ else
if [ $desktopChoice = 3 ]; then if [ $desktopChoice = 3 ]; then
curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/pantheon.nix > pantheon.nix; sudo mv -f pantheon.nix /mnt/etc/nixos/ curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/pantheon.nix > pantheon.nix; sudo mv -f pantheon.nix /mnt/etc/nixos/
sudo sed -i "10 i \ ./pantheon.nix" /mnt/etc/nixos/configuration.nix sudo sed -i "10 i \ ./pantheon.nix" /mnt/etc/nixos/configuration.nix
else
fi fi
fi fi