Quellcode durchsuchen

Update install.sh

Bozhidar Slaveykov vor 1 Jahr
Ursprung
Commit
72986602ac
1 geänderte Dateien mit 4 neuen und 2 gelöschten Zeilen
  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
 #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