From 8fee5bcb2fe26f4644b624ccabab09e6fb4b05cb Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Tue, 3 Oct 2023 15:38:37 +0200 Subject: [PATCH] wget no-sub-hack quiet --- postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall b/postinstall index c230f85..0751cdd 100755 --- a/postinstall +++ b/postinstall @@ -224,7 +224,7 @@ suppress_no_subscription_warning(){ if [ -f /opt/bashclub/no-sub-hack.sh ] ; then rm -r /opt/bashclub ; fi if [ -f /etc/apt/apt.conf.d/80bashclubapthook ] ; then rm /etc/apt/apt.conf.d/80bashclubapthook ; fi - wget --no-cache -O /usr/local/bin/suppress_no_subscription_warning https://github.com/bashclub/no-sub-hack/raw/main/no-sub-hack.sh + wget -q --no-cache -O /usr/local/bin/suppress_no_subscription_warning https://github.com/bashclub/no-sub-hack/raw/main/no-sub-hack.sh chmod +x /usr/local/bin/suppress_no_subscription_warning /usr/local/bin/suppress_no_subscription_warning cat << EOF > /etc/apt/apt.conf.d/80-suppress_no_subscription_warning