fixed btop not available on focal
This commit is contained in:
parent
9f54475672
commit
7197da5a11
1 changed files with 2 additions and 2 deletions
4
udeps.sh
4
udeps.sh
|
@ -31,7 +31,6 @@ sudo apt-get -my install \
|
||||||
fd-find \
|
fd-find \
|
||||||
ncdu \
|
ncdu \
|
||||||
tree \
|
tree \
|
||||||
btop \
|
|
||||||
neofetch
|
neofetch
|
||||||
|
|
||||||
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
read -n1 -p $'Does this system need a ssh server?\n' REPLY
|
||||||
|
@ -49,7 +48,8 @@ release=`lsb_release -cs`
|
||||||
if [[ $release == jammy ]]; then
|
if [[ $release == jammy ]]; then
|
||||||
sudo apt install \
|
sudo apt install \
|
||||||
bat \
|
bat \
|
||||||
duf
|
duf \
|
||||||
|
btop
|
||||||
else
|
else
|
||||||
dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_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/sharkdp/bat/releases/download/v0.20.0/bat_0.20.0_amd64.deb
|
dpkg_url https://github.com/sharkdp/bat/releases/download/v0.20.0/bat_0.20.0_amd64.deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue