From cd61733b7b622a8dd460c4bc1a9e8507eaa9e00d Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 25 Jan 2023 17:15:13 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 14d2bd4..db63359 100644 --- a/install.sh +++ b/install.sh @@ -106,8 +106,6 @@ else 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/ sudo sed -i "10 i \ ./pantheon.nix" /mnt/etc/nixos/configuration.nix -else - fi fi