From 51220d41ad38f97f0d658ec29f047d1e628e8cfa Mon Sep 17 00:00:00 2001 From: Benjamin Krein Date: Sat, 4 Nov 2023 09:45:50 -0400 Subject: [PATCH] remove redundant package install --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index fa4e721d..49d65b92 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -968,7 +968,7 @@ function installWebmin() { curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh sudo sh setup-repos.sh rm setup-repos.sh - sudo apt-get install webmin libcgi-session-perl --install-recommends + sudo apt-get install webmin --install-recommends echo echo "Downloading and installing Webmin module..." rm netatalk2-wbm.tgz || true