From 2abe0b9bd0f5549dcfc0404b15bfe52dbe30c75c Mon Sep 17 00:00:00 2001 From: stephen Date: Sat, 2 Mar 2024 22:56:08 -0500 Subject: [PATCH] allow noble or jammy --- udeps.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/udeps.sh b/udeps.sh index 67c6c4e..42fce46 100755 --- a/udeps.sh +++ b/udeps.sh @@ -48,7 +48,7 @@ read -n1 -p $'\nDoes this system have a GUI?\n' REPLY fi release=`lsb_release -cs` -if [[ $release == jammy ]]; then +if [[ $release == jammy || $release == noble ]]; then sudo apt install \ bat \ duf \ @@ -60,5 +60,4 @@ dpkg_url https://github.com/dandavison/delta/releases/download/0.16.5/git-delta_ dpkg_url https://github.com/bootandy/dust/releases/download/v0.9.0/du-dust_0.9.0-1_amd64.deb dpkg_url https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_1.5.1_amd64.deb dpkg_url https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0.9.6_amd64.deb -dpkg_url https://github.com/muesli/duf/releases/download/v0.8.1/duf_0.8.1_linux_amd64.deb