Update install.sh
This commit is contained in:
parent
ad4d37b234
commit
72986602ac
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue