Update multi-php-install.sh: install phpgate

This commit is contained in:
myvesta 2023-12-28 20:11:10 +01:00 committed by GitHub
parent fa71d3a1c6
commit 0beaa0abda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -361,3 +361,7 @@ if [ $debian_version -ge 10 ]; then
apt-get -y remove libapache2-mod-php* > /dev/null 2>&1
service apache2 restart
fi
if [ -f "/usr/share/phpgate/phpgate.php" ]; then
v-commander 'u' 'inst memcached' 'm' 'inst pgw' 'q'
fi