revert exa update
This commit is contained in:
parent
d791d44287
commit
a0f2727686
2 changed files with 2 additions and 2 deletions
2
udeps.sh
2
udeps.sh
|
@ -52,7 +52,7 @@ if [ -f "/usr/.crates2.json" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#This section installs software outside apt
|
#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/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/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
|
dpkg_url https://github.com/dandavison/delta/releases/download/0.8.3/git-delta_0.8.3_amd64.deb
|
||||||
|
|
|
@ -11,7 +11,7 @@ function dpkg_url() {
|
||||||
{ rm -f $tmp_deb; true; } || # commands above succeeded, remove tmp file
|
{ rm -f $tmp_deb; true; } || # commands above succeeded, remove tmp file
|
||||||
{ rm -f $tmp_deb; false; } # commands above failed, remove tmp file anyway
|
{ 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/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/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
|
dpkg_url https://github.com/dandavison/delta/releases/download/0.8.3/git-delta_0.8.3_amd64.deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue