From 145f112126e4be00eabbe292b5a1deb3c2be5a74 Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 7 Sep 2024 13:18:35 -0400 Subject: [PATCH] Remove outdated zstd dep --- lug-helper.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lug-helper.sh b/lug-helper.sh index f468fc7..a5c411d 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -68,12 +68,6 @@ if [ ! -x "$(command -v curl)" ]; then notify-send "lug-helper" "The required package 'curl' was not found on this system.\n" --icon=dialog-warning exit 1 fi -#if [ ! -x "$(command -v zstd)" ]; then -# Print to stderr and also try warning the user through notify-send -# printf "lug-helper.sh: The package 'zstd' was not found on this system. It is required for extracting some runner packages.\n" 1>&2 -# notify-send "lug-helper" "The package 'zstd' was not found on this system. It is required for extracting some runner packages.\n" --icon=dialog-warning -# exit 1 -#fi if [ ! -x "$(command -v mktemp)" ] || [ ! -x "$(command -v sort)" ] || [ ! -x "$(command -v basename)" ] || [ ! -x "$(command -v realpath)" ] || [ ! -x "$(command -v dirname)" ] || [ ! -x "$(command -v cut)" ] || [ ! -x "$(command -v numfmt)" ]; then # coreutils # Print to stderr and also try warning the user through notify-send