File tree 4 files changed +12
-0
lines changed
4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
49
49
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
50
50
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
51
51
52
+ sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53
+ sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54
+
52
55
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-20.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
53
56
54
57
# Install PHYRE PHP
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
49
49
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
50
50
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
51
51
52
+ sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53
+ sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54
+
52
55
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-20.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
53
56
54
57
# Install PHYRE PHP
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
49
49
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
50
50
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
51
51
52
+ sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53
+ sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54
+
52
55
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-22.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
53
56
54
57
# Install PHYRE PHP
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ mkdir -p /usr/local/phyre/ssl
49
49
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.crt -O /usr/local/phyre/ssl/phyre.crt
50
50
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/refs/heads/main/web/server/ssl/phyre.key -O /usr/local/phyre/ssl/phyre.key
51
51
52
+ sudo chmod 644 /usr/local/phyre/ssl/phyre.crt
53
+ sudo chmod 600 /usr/local/phyre/ssl/phyre.key
54
+
52
55
wget https://raw.githubusercontent.com/PhyreApps/PhyrePanel/main/installers/ubuntu-22.04/greeting.sh -O /etc/profile.d/phyre-greeting.sh
53
56
54
57
# Install PHYRE PHP
You can’t perform that action at this time.
0 commit comments