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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue