Fix MySQL Install

This commit is contained in:
VirtuBox
2019-09-06 12:07:34 +02:00
parent 4887452819
commit 75df2283c3
3 changed files with 20 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ class WOVariables():
.format(wo_deb_repo))
wo_nginx = ["nginx-custom", "nginx-wo"]
wo_nginx_key = ['188C9FB063F0247A']
wo_nginx_key = '188C9FB063F0247A'
# PHP repo and packages
if wo_distro == 'ubuntu':
@@ -118,7 +118,7 @@ class WOVariables():
wo_php_repo = (
"deb https://packages.sury.org/php/ {codename} main"
.format(codename=wo_platform_codename))
wo_php_key = ['AC0E47584A7A714D']
wo_php_key = 'AC0E47584A7A714D'
wo_php = ["php7.2-fpm", "php7.2-curl", "php7.2-gd", "php7.2-imap",
"php7.2-readline", "php7.2-common", "php7.2-recode",
@@ -150,6 +150,8 @@ class WOVariables():
else:
wo_mysql_client = ["mariadb-client", "python3-mysql.connector"]
wo_mysql_keys = ['0xcbcb082a1bb943db', '0xF1656F24C74CD1D8']
wo_fail2ban = ["fail2ban"]
wo_clamav = ["clamav", "clamav-freshclam"]