mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update both ECHO options to EOF instead
This commit is contained in:
parent
9192cd819c
commit
5efb2d8ee7
1 changed files with 9 additions and 7 deletions
16
install.sh
16
install.sh
|
@ -86,13 +86,15 @@ elif [ $deviceChoice = 7 ]; then
|
|||
sudo sed -i "10 i \ ./disko-config.nix" /mnt/etc/nixos/configuration.nix
|
||||
fi
|
||||
|
||||
echo ""
|
||||
echo "Which Desktop Environment do you want?"
|
||||
echo "1) Plasma"
|
||||
echo "2) GNOME"
|
||||
echo "3) Pantheon"
|
||||
echo "4) Sway"
|
||||
echo "0) None or N/A"
|
||||
cat << EOF
|
||||
|
||||
Which Desktop Environment do you want?
|
||||
1) Plasma
|
||||
2) GNOME
|
||||
3) Pantheon
|
||||
4) Sway
|
||||
0) None or N/A
|
||||
EOF
|
||||
read desktopChoice
|
||||
|
||||
# Change the URL to match where you are hosting your DE/WM .nix file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue