Skip to content

Commit 872bd84

Browse files
update
1 parent e6b0f61 commit 872bd84

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

installers/ubuntu-20.04/install-partial/install_base.sh

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
4949
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
5050
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
5151

52+
sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53+
sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54+
5255
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-20.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
5356

5457
# Install PHYRE PHP

installers/ubuntu-20.04/install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
4949
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
5050
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
5151

52+
sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53+
sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54+
5255
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-20.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
5356

5457
# Install PHYRE PHP

installers/ubuntu-22.04/install-partial/install_base.sh

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
4949
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
5050
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
5151

52+
sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53+
sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54+
5255
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-22.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
5356

5457
# Install PHYRE PHP

installers/ubuntu-22.04/install.sh

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
4949
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
5050
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
5151

52+
sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53+
sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54+
5255
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-22.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
5356

5457
# Install PHYRE PHP

0 commit comments

Comments
 (0)