File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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# ------------------------------------------------
Original file line number Diff line number Diff line change @@ -137,11 +137,6 @@ apt clean -y
137137apt autoremove --purge -y
138138apt 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-
145140if [ -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"
You can’t perform that action at this time.
0 commit comments