Skip to content

Commit 9e6a0b1

Browse files
authored
Removed Webmin
1 parent b51d6da commit 9e6a0b1

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

scripts/install/tools/tools-install.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ fi
103103
# Testssl.sh
104104
/usr/local/bin/enginescript/scripts/install/tools/system/testssl-install.sh
105105

106-
# Webmin
107-
if [ "${INSTALL_WEBMIN}" = 1 ];
108-
then
109-
echo "Installing Webmin"
110-
/usr/local/bin/enginescript/scripts/install/tools/system/webmin.sh
111-
else
112-
echo "Skipping Webmin install"
113-
fi
114-
115106
#------------------------------------------------
116107
# WordPress Tools
117108
#------------------------------------------------

setup.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ apt clean -y
137137
apt autoremove --purge -y
138138
apt autoclean -y
139139

140-
# Webmin Key
141-
cd /usr/local/src
142-
wget https://download.webmin.com/jcameron-key.asc --no-check-certificate
143-
apt-key add jcameron-key.asc
144-
145140
if [ -f "/home/EngineScript/enginescript-install-options.txt" ]; then
146141
clear
147142
echo -e "\n\nInitial setup is complete.\n\nProceed to: Step 2 - Edit Options File\n\nhttps://github.com/EngineScript/EngineScript#step-2---edit-options-file\n\n"

0 commit comments

Comments
 (0)