From 2fb1c28146865b269356b4a7944eb23711788a90 Mon Sep 17 00:00:00 2001 From: stefenauris Date: Sat, 27 Apr 2024 01:31:04 -0400 Subject: [PATCH] removed 2 downloads that are up to date in noble 24.04 --- udeps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/udeps.sh b/udeps.sh index f2adab7..720f8a5 100755 --- a/udeps.sh +++ b/udeps.sh @@ -56,8 +56,6 @@ if [[ $release == jammy || $release == noble ]]; then fi #This section installs software outside apt -dpkg_url https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_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/dandavison/delta/releases/download/0.17.0/git-delta_0.17.0_amd64.deb dpkg_url https://github.com/bootandy/dust/releases/download/v1.0.0/du-dust_1.0.0-1_amd64.deb dpkg_url https://github.com/charmbracelet/glow/releases/download/v1.5.1/glow_1.5.1_amd64.deb