From 3c00716b069895f63b9bc4fa4ed202e760da1a2c Mon Sep 17 00:00:00 2001 From: Benjamin Krein Date: Sat, 4 Nov 2023 09:40:09 -0400 Subject: [PATCH] add missing dependency --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyinstall.sh b/easyinstall.sh index 49d65b92..fa4e721d 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 --install-recommends + sudo apt-get install webmin libcgi-session-perl --install-recommends echo echo "Downloading and installing Webmin module..." rm netatalk2-wbm.tgz || true