minor edits
This commit is contained in:
parent
b95248b844
commit
f7e6748cfe
2 changed files with 5 additions and 6 deletions
2
udeps.sh
2
udeps.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue