Fix typo in apt-get command

This commit is contained in:
Daniel Markstedt 2023-11-27 10:37:38 +09:00
parent 1f78c5b584
commit 5d19307b65
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ function installWebmin() {
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
sudo sh setup-repos.sh -f
rm setup-repos.sh
sudo apt-get install webmin --install-recommends --assume-yes </dev/null
sudo apt-get install webmin --no-install-recommends --assume-yes </dev/null
echo
echo "Downloading and installing Webmin module..."
if [[ -f "$WEBMIN_MODULE_CONFIG" ]]; then