updated out of repo packages

This commit is contained in:
Stefen Auris 2022-03-25 04:33:38 -04:00
parent 4c6fb2a2dd
commit 2942248cfa

View file

@ -47,12 +47,12 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY
if [ -f "/usr/.crates2.json" ]; then
sudo sed -i '/crates2/d' /var/lib/dpkg/info/ripgrep.list
sudo rm -f /usr/.crates2.json
sudo apt-get -my install bat
dpkg_url https://github.com/sharkdp/bat/releases/download/v0.20.0/bat_0.20.0_amd64.deb
sudo sed -i '/crates2/d' /var/lib/dpkg/info/bat.list
sudo rm -f /usr/.crates2.json
fi
#This section installs software outside apt
dpkg_url https://github.com/muesli/duf/releases/download/v0.7.0/duf_0.7.0_linux_amd64.deb
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.6.6/bottom_0.6.6_amd64.deb
dpkg_url https://github.com/dandavison/delta/releases/download/0.11.3/git-delta_0.11.3_amd64.deb
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb
dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.6.8/bottom_0.6.8_amd64.deb
dpkg_url https://github.com/dandavison/delta/releases/download/0.12.1/git-delta_0.12.1_amd64.deb