Update ddeps.sh

fixed not installing nala
duf included in default repos now
This commit is contained in:
Stefen Auris 2023-10-02 00:39:15 -04:00 committed by GitHub
parent 5fb05f7e35
commit acfc64974c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,8 +35,9 @@ sudo apt-get -my install \
neofetch \ neofetch \
trash-cli \ trash-cli \
bat \ bat \
neovim neovim \
nala nala \
duf
read -n1 -p $'Does this system need a ssh server?\n' REPLY read -n1 -p $'Does this system need a ssh server?\n' REPLY
if [[ $REPLY == [Yy] ]]; then if [[ $REPLY == [Yy] ]]; then
@ -50,5 +51,4 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
fi fi
#This section installs software outside apt #This section installs software outside apt
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb 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_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