mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2025-04-22 12:13:26 +00:00
8 lines
237 B
Bash
8 lines
237 B
Bash
#!/bin/bash
|
|
|
|
wget https://github.com/PhyreApps/PhyrePanelWebCompiledVersions/raw/main/phyre-web-panel.zip
|
|
unzip -qq -o phyre-web-panel.zip -d /usr/local/phyre/web
|
|
rm -rf phyre-web-panel.zip
|
|
|
|
chmod 711 /home
|
|
chmod -R 750 /usr/local/phyre
|