mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-17 19:30:44 +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..."
|
echo "Installing packages..."
|
||||||
sudo apt-get install curl libcgi-session-perl --no-install-recommends --assume-yes </dev/null
|
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
|
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
|
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
|
||||||
echo "Downloading and installing Webmin module..."
|
echo "Downloading and installing Webmin module..."
|
||||||
if [[ -f "$WEBMIN_MODULE_CONFIG" ]]; then
|
if [[ -f "$WEBMIN_MODULE_CONFIG" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user