Skip to content

Commit 745c692

Browse files
committed
Update Script
1 parent 307a52c commit 745c692

File tree

18 files changed

+1258
-22
lines changed

18 files changed

+1258
-22
lines changed

backup.sh

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

@@ -38,6 +38,24 @@ reset="\e[0m"
3838
red='\033[0;31m'
3939

4040

41+
#### Only Theme Argon ####
42+
43+
removeargon() {
44+
if [ -d "/var/www/pterodactyl/public/themes/argon" ]; then
45+
cd /var/www/pterodactyl/public/themes
46+
rm -R argon
47+
else
48+
echo
49+
fi
50+
if [ -d "/var/www/pterodactyl/resources/themes/argon" ]; then
51+
cd /var/www/pterodactyl/resources/themes
52+
rm -R argon
53+
else
54+
echo
55+
fi
56+
}
57+
58+
4159
#### Restore Backup ####
4260

4361
restore() {
@@ -78,5 +96,6 @@ print_brake 50
7896

7997

8098
#### Exec Script ####
99+
removeargon
81100
restore
82101
bye

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -e
1212
#
1313
########################################################
1414

15-
SCRIPT_VERSION="v0.6"
15+
SCRIPT_VERSION="v0.7"
1616

1717

1818
print_brake() {

themes/version0.7.19/Argon/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
ARGON="APP_THEME=argon"
1818
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1919

themes/version0.7.19/BlackEndSpace/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

themes/version0.7.19/BlueBrick/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

themes/version0.7.19/LimeStitch/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

themes/version0.7.19/MinecraftMadness/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

themes/version0.7.19/NothingButGraphite/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

themes/version0.7.19/RedApe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

themes/version0.7.19/TangoTwist/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set -e
1313
########################################################
1414

1515
#### Variables ####
16-
SCRIPT_VERSION="v0.6"
16+
SCRIPT_VERSION="v0.7"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

0 commit comments

Comments
 (0)