Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Jan 29, 2025
1 parent a2039f7 commit fdbf732
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions installers/ubuntu-20.04/install-partial/install_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ done
# Start MySQL
service mysql start

mkdir -p /usr/local/phyre/ssl

wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key

Expand Down
3 changes: 0 additions & 3 deletions installers/ubuntu-20.04/install-partial/install_web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/

mkdir -p /usr/local/phyre/ssl
cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key

service phyre start

Expand Down
5 changes: 2 additions & 3 deletions installers/ubuntu-20.04/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ done
# Start MySQL
service mysql start

mkdir -p /usr/local/phyre/ssl

wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key

Expand Down Expand Up @@ -148,9 +150,6 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/

mkdir -p /usr/local/phyre/ssl
cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key

service phyre start

Expand Down
2 changes: 2 additions & 0 deletions installers/ubuntu-22.04/install-partial/install_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ done
# Start MySQL
service mysql start

mkdir -p /usr/local/phyre/ssl

wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key

Expand Down
5 changes: 2 additions & 3 deletions installers/ubuntu-22.04/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ done
# Start MySQL
service mysql start

mkdir -p /usr/local/phyre/ssl

wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key

Expand Down Expand Up @@ -150,9 +152,6 @@ phyre-php artisan phyre:set-ini-settings APP_ENV "production"
chmod -R o+w /usr/local/phyre/web/storage/
chmod -R o+w /usr/local/phyre/web/bootstrap/cache/

mkdir -p /usr/local/phyre/ssl
cp /usr/local/phyre/web/server/ssl/phyre.crt /usr/local/phyre/ssl/phyre.crt
cp /usr/local/phyre/web/server/ssl/phyre.key /usr/local/phyre/ssl/phyre.key

service phyre start

Expand Down

0 comments on commit fdbf732

Please sign in to comment.