Skip to content

Commit 9cbaadd

Browse files
committed
Switch to sury.org php repo.
1 parent 8c062c3 commit 9cbaadd

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

install/hst-install-debian.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,11 @@ echo "deb http://nginx.org/packages/debian/ $codename nginx" > $apt/nginx.list
465465
wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
466466
apt-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
469474
echo "deb http://$RHOST/ $codename main" > $apt/hestia.list
470475
wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key

install/hst-install-ubuntu.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,11 @@ echo "deb http://nginx.org/packages/mainline/ubuntu/ $codename nginx" \
444444
wget http://nginx.org/keys/nginx_signing.key -O /tmp/nginx_signing.key
445445
apt-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
448453
echo "deb http://$RHOST/ $codename main" > $apt/hestia.list
449454
wget https://gpg.hestiacp.com/deb_signing.key -O deb_signing.key

0 commit comments

Comments
 (0)