add missing dependency

This commit is contained in:
Benjamin Krein 2023-11-04 09:40:09 -04:00 committed by Daniel Markstedt
parent cde190a2cb
commit 3c00716b06
1 changed files with 1 additions and 1 deletions

View File

@ -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