File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -465,6 +465,11 @@ echo "deb http://nginx.org/packages/debian/ $codename nginx" > $apt/nginx.list
465465wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
466466apt-key add /tmp/nginx_signing.key
467467
468+ # Installing sury php repo
469+ echo " deb https://packages.sury.org/php/ $codename main" > $apt /php.list
470+ wget https://packages.sury.org/php/apt.gpg -O /tmp/php_signing.key
471+ apt-key add /tmp/php_signing.key
472+
468473# Installing hestia repo
469474echo " deb http://$RHOST / $codename main" > $apt /hestia.list
470475wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
Original file line number Diff line number Diff line change @@ -444,6 +444,11 @@ echo "deb http://nginx.org/packages/mainline/ubuntu/ $codename nginx" \
444444wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
445445apt-key add /tmp/nginx_signing.key
446446
447+ # Installing sury php repo
448+ echo " deb https://packages.sury.org/php/ $codename main" > $apt /php.list
449+ wget https://packages.sury.org/php/apt.gpg -O /tmp/php_signing.key
450+ apt-key add /tmp/php_signing.key
451+
447452# Installing hestia repo
448453echo " deb http://$RHOST / $codename main" > $apt /hestia.list
449454wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key
You can’t perform that action at this time.
0 commit comments