accidentally swapped downloaded filenames
This commit is contained in:
parent
faf069980d
commit
4975e2e832
1 changed files with 4 additions and 4 deletions
8
ddeps.sh
8
ddeps.sh
|
@ -39,16 +39,16 @@ sudo apt-get -my install \
|
||||||
nala \
|
nala \
|
||||||
duf
|
duf
|
||||||
|
|
||||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
read -n1 -p $'\nDoes this system need a ssh server?\n' REPLY
|
||||||
if [[ $REPLY == [Yy] ]]; then
|
if [[ $REPLY == [Yy] ]]; then
|
||||||
sudo apt-get install openssh-server fail2ban
|
sudo apt-get install openssh-server fail2ban
|
||||||
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 synaptic emacs vim-gtk3 neovim-qt
|
sudo apt-get install synaptic emacs vim-gtk3 neovim-qt
|
||||||
else
|
else
|
||||||
sudo apt-get install emacs-nox
|
sudo apt-get install emacs-nox
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#This section installs software outside apt
|
#This section installs software outside apt
|
||||||
dpkg_url https://github.com/dandavison/delta/releases/download/0.15.1/git-delta_0.16.5_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta-musl_0.15.1_amd64.deb
|
dpkg_url https://github.com/dandavison/delta/releases/download/0.15.1/git-delta-musl_0.15.1_amd64.deb || dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_0.16.5_amd64.deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue