File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -499,8 +499,8 @@ if [ "$multiphp" = 'yes' ] || [ "$phpfpm" = 'yes' ]; then
499499fi
500500
501501# Installing MariaDB repo
502- echo " deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/ubuntu $codename main" > $apt /mariadb.list
503- apt-key adv --recv-keys --keyserver hkp:// keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 > /dev/null 2>&1
502+ echo " deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt /mariadb.list
503+ apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
504504
505505# Installing hestia repo
506506echo " deb https://$RHOST / $codename main" > $apt /hestia.list
Original file line number Diff line number Diff line change @@ -481,8 +481,8 @@ if [ "$multiphp" = 'yes' ] || [ "$phpfpm" = 'yes' ]; then
481481fi
482482
483483# Installing MariaDB repo
484- echo " deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/ubuntu $codename main" > $apt /mariadb.list
485- apt-key adv --recv-keys --keyserver hkp:// keyserver.ubuntu.com:80 0xF1656F24C74CD1D8 > /dev/null 2>&1
484+ echo " deb http://ams2.mirrors.digitalocean.com/mariadb/repo/10.3/$VERSION $codename main" > $apt /mariadb.list
485+ apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xF1656F24C74CD1D8 > /dev/null 2>&1
486486
487487# Installing hestia repo
488488echo " deb https://$RHOST / $codename main" > $apt /hestia.list
You can’t perform that action at this time.
0 commit comments