File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2525pma_v=' 5.0.2'
2626multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" )
2727fpm_v=" 7.3"
28+ mariadb_v=" 10.4"
2829
2930if [ " $release " -eq 8 ]; then
3031 software=" nginx apache2 apache2-utils apache2.2-common
@@ -608,7 +609,7 @@ APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/php_signing.key > /dev/n
608609
609610# Installing MariaDB repo
610611echo " (*) MariaDB"
611- echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4 /$VERSION $codename main" > $apt /mariadb.list
612+ echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/$mariadb_v /$VERSION $codename main" > $apt /mariadb.list
612613if [ " $release " -eq 8 ]; then
613614 APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com CBCB082A1BB943DB > /dev/null 2>&1
614615else
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2525pma_v=' 5.0.2'
2626multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" " 7.4" )
2727fpm_v=" 7.3"
28+ mariadb_v=" 10.4"
2829
2930# Defining software pack for all distros
3031software=" apache2 apache2.2-common apache2-suexec-custom apache2-utils
@@ -573,7 +574,7 @@ LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php > /dev/null 2>&1
573574
574575# Installing MariaDB repo
575576echo " (*) MariaDB"
576- echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4 /$VERSION $codename main" > $apt /mariadb.list
577+ echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/$mariadb_v /$VERSION $codename main" > $apt /mariadb.list
577578APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
578579
579580# Installing hestia repo
You can’t perform that action at this time.
0 commit comments