From 3bcce94e87433b5d9e8885dcc45742c157814a12 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 13 Jan 2022 12:07:49 +0100 Subject: try to clear cache before the install --- apps/webmin.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/webmin.sh') diff --git a/apps/webmin.sh b/apps/webmin.sh index 0908aa74..1b43b1f2 100644 --- a/apps/webmin.sh +++ b/apps/webmin.sh @@ -54,6 +54,10 @@ install_if_not python install_if_not unzip install_if_not zip +# https://github.com/webmin/webmin/issues/1169 +apt-get clean all +apt-get update -q4 & spinner_loading + # Install Webmin curl_to_dir http://www.webmin.com "jcameron-key.asc" "$SCRIPTS" check_command apt-key --keyring /etc/apt/trusted.gpg.d/webmin.gpg add "$SCRIPTS/jcameron-key.asc" -- cgit v1.2.3