minor edits

This commit is contained in:
Stefen Auris 2021-06-06 22:41:20 -04:00
parent b95248b844
commit f7e6748cfe
2 changed files with 5 additions and 6 deletions

View file

@ -26,7 +26,7 @@ read -n1 -p $'Does this system need a ssh server?\n' REPLY
fi
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
if [[ $REPLY == [Yy] ]]; then
sudo apt-get install synaptic
sudo apt-get install synaptic emacs
else
sudo apt-get install emacs-nox
fi