removed emacs as doom is too far ahead to support
This commit is contained in:
parent
d726a6812c
commit
dc8ca8781d
2 changed files with 10 additions and 10 deletions
8
udeps.sh
8
udeps.sh
|
@ -22,8 +22,8 @@ read -n1 -p $'Does this system need ssh access?\n' REPLY
|
|||
fi
|
||||
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
|
||||
if [[ $REPLY == [Yy] ]]; then
|
||||
sudo apt-get install emacs synaptic
|
||||
else
|
||||
sudo apt-get install emacs-nox
|
||||
fi
|
||||
sudo apt-get install synaptic
|
||||
# else
|
||||
# sudo apt-get install emacs-nox
|
||||
# fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue