updated apps

replaced tabs with spaces
This commit is contained in:
Stefen Auris 2024-01-12 14:29:39 -05:00
parent 04724d5fe9
commit d514e6d38b
2 changed files with 44 additions and 38 deletions

View file

@ -35,18 +35,19 @@ sudo apt-get -my install \
trash-cli \
bat \
nala \
duf
duf \
tree
read -n1 -p $'\nDoes this system need a ssh server?\n' REPLY
if [[ $REPLY == [Yy] ]]; then
sudo apt-get install openssh-server fail2ban
fi
if [[ $REPLY == [Yy] ]]; then
sudo apt-get install openssh-server fail2ban
fi
read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
if [[ $REPLY == [Yy] ]]; then
if [[ $REPLY == [Yy] ]]; then
sudo apt-get install synaptic emacs vim-gtk3
else
sudo apt-get install emacs-nox
fi
else
sudo apt-get install emacs-nox
fi
#This section installs software outside apt
dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb