Merge branch 'master' of bitbucket.org:Stefenauris/stevset

This commit is contained in:
Stefen Auris 2018-06-14 15:02:08 -04:00
commit 3dc2291d9b

View file

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
#These are the base dependencies for any install #These are the programs I expect to find on any install
echo "installing base dependencies" echo "installing base dependencies"
sudo apt-get -my install git \ sudo apt-get -my install git \
@ -12,7 +12,7 @@ sudo apt-get -my install git \
htop \ htop \
mc \ mc \
curl \ curl \
# byobu \ aptitude \
read -n1 -p $'Does this system need ssh access?\n' REPLY read -n1 -p $'Does this system need ssh access?\n' REPLY
if [[ $REPLY == [Yy] ]]; then if [[ $REPLY == [Yy] ]]; then
@ -20,11 +20,8 @@ read -n1 -p $'Does this system need ssh access?\n' REPLY
fi fi
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
if [[ $REPLY == [Yy] ]]; then if [[ $REPLY == [Yy] ]]; then
sudo apt-get install emacs sudo apt-get install emacs synaptic
else else
sudo apt-get install emacs-nox sudo apt-get install emacs-nox
fi fi
#echo "enabling byobu"
#byobu-enable