File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add /tmp/php_signing.key > /dev/n
588588
589589# Installing MariaDB repo
590590echo " (*) MariaDB"
591- echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3 /$VERSION $codename main" > $apt /mariadb.list
591+ echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4 /$VERSION $codename main" > $apt /mariadb.list
592592if [ " $release " -eq 8 ]; then
593593 APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com CBCB082A1BB943DB > /dev/null 2>&1
594594else
Original file line number Diff line number Diff line change @@ -564,7 +564,7 @@ LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php > /dev/null 2>&1
564564
565565# Installing MariaDB repo
566566echo " (*) MariaDB"
567- echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3 /$VERSION $codename main" > $apt /mariadb.list
567+ echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.4 /$VERSION $codename main" > $apt /mariadb.list
568568APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
569569
570570# Installing hestia repo
You can’t perform that action at this time.
0 commit comments