Update both ECHO options to EOF instead

This commit is contained in:
Aaron Honeycutt 2023-12-29 17:01:33 +00:00
parent 9192cd819c
commit 5efb2d8ee7

View file

@ -86,13 +86,15 @@ elif [ $deviceChoice = 7 ]; then
sudo sed -i "10 i \ ./disko-config.nix" /mnt/etc/nixos/configuration.nix sudo sed -i "10 i \ ./disko-config.nix" /mnt/etc/nixos/configuration.nix
fi fi
echo "" cat << EOF
echo "Which Desktop Environment do you want?"
echo "1) Plasma" Which Desktop Environment do you want?
echo "2) GNOME" 1) Plasma
echo "3) Pantheon" 2) GNOME
echo "4) Sway" 3) Pantheon
echo "0) None or N/A" 4) Sway
0) None or N/A
EOF
read desktopChoice read desktopChoice
# Change the URL to match where you are hosting your DE/WM .nix file # Change the URL to match where you are hosting your DE/WM .nix file