Minor Fix
This commit is contained in:
parent
062cbc21a6
commit
4c89fa75fb
2 changed files with 3 additions and 0 deletions
|
@ -2182,6 +2182,7 @@ function installNewPackages(){
|
|||
aptgetInstall php7.0-gd
|
||||
aptgetInstall php5-zip
|
||||
aptgetInstall bc
|
||||
aptgetInstall libmariadbclient-dev
|
||||
|
||||
# Required for Certbot
|
||||
aptgetInstall python
|
||||
|
|
|
@ -1086,6 +1086,8 @@ function installMySQLServ(){#by earnolmartin@gmail.com
|
|||
|
||||
replacelineinfile("character-set-server","character-set-server = utf8","/etc/mysql/my.cnf", false);
|
||||
replacelineinfile("collation-server","collation-server = utf8_general_ci","/etc/mysql/my.cnf", false);
|
||||
|
||||
aptget(array('libmariadbclient-dev'),$usePrompts);
|
||||
}
|
||||
|
||||
function installPHPMYAdmin(){#by earnolmartin@gmail.com
|
||||
|
|
Loading…
Reference in a new issue