From a0f2727686f42cde459b6896d64272c02ad154e8 Mon Sep 17 00:00:00 2001 From: steveokard Date: Sat, 21 Aug 2021 21:33:00 -0400 Subject: [PATCH] revert exa update --- udeps.sh | 2 +- update.zsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/udeps.sh b/udeps.sh index b2e65c3..7c053f5 100755 --- a/udeps.sh +++ b/udeps.sh @@ -52,7 +52,7 @@ if [ -f "/usr/.crates2.json" ]; then fi #This section installs software outside apt -dpkg_url http://mirrors.kernel.org/ubuntu/pool/universe/r/rust-exa/exa_0.9.0-5_amd64.deb +dpkg_url http://mirrors.kernel.org/ubuntu/pool/universe/r/rust-exa/exa_0.9.0-4_amd64.deb dpkg_url https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.deb dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.6.3/bottom_0.6.3_amd64.deb dpkg_url https://github.com/dandavison/delta/releases/download/0.8.3/git-delta_0.8.3_amd64.deb diff --git a/update.zsh b/update.zsh index 36b9713..00554ba 100755 --- a/update.zsh +++ b/update.zsh @@ -11,7 +11,7 @@ function dpkg_url() { { rm -f $tmp_deb; true; } || # commands above succeeded, remove tmp file { rm -f $tmp_deb; false; } # commands above failed, remove tmp file anyway } -dpkg_url http://mirrors.kernel.org/ubuntu/pool/universe/r/rust-exa/exa_0.9.0-5_amd64.deb +dpkg_url http://mirrors.kernel.org/ubuntu/pool/universe/r/rust-exa/exa_0.9.0-4_amd64.deb dpkg_url https://github.com/muesli/duf/releases/download/v0.6.2/duf_0.6.2_linux_amd64.deb dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.6.3/bottom_0.6.3_amd64.deb dpkg_url https://github.com/dandavison/delta/releases/download/0.8.3/git-delta_0.8.3_amd64.deb