Bozhidar Slaveykov пре 1 година
родитељ
комит
72986602ac
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      installers/Ubuntu/22.04/install.sh

+ 4 - 2
installers/Ubuntu/22.04/install.sh

@@ -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