diff --git a/udeps.sh b/udeps.sh index b146a56..153e473 100755 --- a/udeps.sh +++ b/udeps.sh @@ -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