Update 'installer.sh'
This commit is contained in:
@@ -182,6 +182,7 @@ done
|
|||||||
phpver=7.3
|
phpver=7.3
|
||||||
sqlver=8.0 #or 5.7
|
sqlver=8.0 #or 5.7
|
||||||
cockpit=1
|
cockpit=1
|
||||||
|
PHPMyadmin=1
|
||||||
|
|
||||||
##----------------##
|
##----------------##
|
||||||
# Pre-Config #
|
# Pre-Config #
|
||||||
@@ -243,7 +244,7 @@ apt install fail2ban -y
|
|||||||
|
|
||||||
|
|
||||||
if [ $newsql = 1 ]; then
|
if [ $newsql = 1 ]; then
|
||||||
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh
|
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-MySQL/raw/branch/master/mysql-${sqlver}.sh -O Mysql-Installer.sh
|
||||||
source Mysql-Installer.sh
|
source Mysql-Installer.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user