Update install.sh

This commit is contained in:
Bozhidar Slaveykov 2024-04-07 00:37:08 +03:00
parent ad4d37b234
commit 72986602ac

View file

@ -118,10 +118,12 @@ systemctl restart apache2
#done #done
# Install PHYRE NGINX # Install PHYRE NGINX
sudo dpkg -i $MAIN_DIR/compilators/debian/nginx/dist/phyre-nginx-1.24.0.deb wget https://github.com/CloudVisionApps/PhyrePanelNginxDist/raw/main/debian/nginx/dist/phyre-nginx-1.24.0.deb
sudo dpkg -i phyre-nginx-1.24.0.deb
# Install PHYRE PHP # Install PHYRE PHP
sudo dpkg -i $MAIN_DIR/compilators/debian/php/dist/phyre-php-8.2.0.deb wget https://github.com/CloudVisionApps/PhyrePanelPHPDist/raw/main/debian/php/dist/phyre-php-8.2.0.deb
sudo dpkg -i phyre-php-8.2.0.deb
# sudo ufw allow proto tcp from any to any port 80,443 # sudo ufw allow proto tcp from any to any port 80,443