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 @@ -554,7 +554,7 @@ if [ "$multiphp" = 'yes' ] || [ "$phpfpm" = 'yes' ]; then
554554fi
555555
556556# Installing MariaDB repo
557- echo " deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt /mariadb.list
557+ echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt /mariadb.list
558558if [ " $release " -eq 9 ]; then
559559 APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com F1656F24C74CD1D8 > /dev/null 2>&1
560560else
Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ if [ "$multiphp" = 'yes' ] || [ "$phpfpm" = 'yes' ]; then
530530fi
531531
532532# Installing MariaDB repo
533- echo " deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt /mariadb.list
533+ echo " deb [arch=amd64] http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt /mariadb.list
534534APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
535535
536536# Installing hestia repo
You can’t perform that action at this time.
0 commit comments