|
@@ -118,10 +118,12 @@ systemctl restart apache2
|
|
|
#done
|
|
|
|
|
|
# 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
|
|
|
-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
|
|
|
|