Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobicloudvision committed Apr 28, 2024
1 parent c7b57e0 commit bf81d26
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 320 deletions.
2 changes: 0 additions & 2 deletions installers/ubuntu-20.04/install-partial/download_web.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/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
Expand Down
1 change: 0 additions & 1 deletion installers/ubuntu-20.04/install-partial/install_base.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
INSTALL_DIR="/phyre/install"

apt-get update && apt-get install ca-certificates
Expand Down
2 changes: 0 additions & 2 deletions installers/ubuntu-20.04/install-partial/install_web.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

# Check dir exists
if [ ! -d "/usr/local/phyre/web" ]; then
echo "PhyrePanel directory not found."
Expand Down
5 changes: 0 additions & 5 deletions installers/ubuntu-20.04/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
INSTALL_DIR="/phyre/install"

apt-get update && apt-get install ca-certificates
Expand Down Expand Up @@ -68,16 +67,12 @@ DISTRO_NAME=${DISTRO_NAME//\"/} # Remove quotes from name string
LOG_JSON='{"os": "'$DISTRO_NAME-$DISTRO_VERSION'", "host_name": "'$HOSTNAME'", "ip": "'$IP_ADDRESS'"}'

curl -s https://phyrepanel.com/api/phyre-installation-log -X POST -H "Content-Type: application/json" -d "$LOG_JSON"
#!/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
#!/bin/bash

# Check dir exists
if [ ! -d "/usr/local/phyre/web" ]; then
echo "PhyrePanel directory not found."
Expand Down
2 changes: 0 additions & 2 deletions installers/ubuntu-22.04/install-partial/download_web.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/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
Expand Down
1 change: 0 additions & 1 deletion installers/ubuntu-22.04/install-partial/install_base.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
INSTALL_DIR="/phyre/install"

apt-get update && apt-get install ca-certificates
Expand Down
2 changes: 0 additions & 2 deletions installers/ubuntu-22.04/install-partial/install_web.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/bin/bash

# Check dir exists
if [ ! -d "/usr/local/phyre/web" ]; then
echo "PhyrePanel directory not found."
Expand Down
5 changes: 0 additions & 5 deletions installers/ubuntu-22.04/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
INSTALL_DIR="/phyre/install"

apt-get update && apt-get install ca-certificates
Expand Down Expand Up @@ -70,16 +69,12 @@ DISTRO_NAME=${DISTRO_NAME//\"/} # Remove quotes from name string
LOG_JSON='{"os": "'$DISTRO_NAME-$DISTRO_VERSION'", "host_name": "'$HOSTNAME'", "ip": "'$IP_ADDRESS'"}'

curl -s https://phyrepanel.com/api/phyre-installation-log -X POST -H "Content-Type: application/json" -d "$LOG_JSON"
#!/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
#!/bin/bash

# Check dir exists
if [ ! -d "/usr/local/phyre/web" ]; then
echo "PhyrePanel directory not found."
Expand Down
14 changes: 0 additions & 14 deletions installers/ubuntu-24.04-waiting-for-git/greeting.sh

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

136 changes: 0 additions & 136 deletions installers/ubuntu-24.04-waiting-for-git/install.sh

This file was deleted.

0 comments on commit bf81d26

Please sign in to comment.