mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 01:31:25 +00:00
Merge pull request #1353 from benjamink/webmin-install-fixes
Fix missing webmin install automation flags
This commit is contained in:
commit
984a2e11dd
@ -967,9 +967,9 @@ function installWebmin() {
|
||||
echo "Installing packages..."
|
||||
sudo apt-get install curl libcgi-session-perl --no-install-recommends --assume-yes </dev/null
|
||||
curl -o setup-repos.sh https://raw.githubusercontent.com/webmin/webmin/master/setup-repos.sh
|
||||
sudo sh setup-repos.sh
|
||||
sudo sh setup-repos.sh -f
|
||||
rm setup-repos.sh
|
||||
sudo apt-get install webmin --install-recommends </dev/null
|
||||
sudo apt-get install webmin --install-recommends --assume-yes </dev/null
|
||||
echo
|
||||
echo "Downloading and installing Webmin module..."
|
||||
if [[ -f "$WEBMIN_MODULE_CONFIG" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user