Skip to content

Commit 0f35626

Browse files
committed
ZingTheme Added
1 parent fab8656 commit 0f35626

File tree

15 files changed

+189
-13
lines changed

15 files changed

+189
-13
lines changed

backup.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.7"
16+
SCRIPT_VERSION="v0.8"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

install.sh

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

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

1717

1818
print_brake() {
@@ -95,6 +95,10 @@ Twilight() {
9595
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/Twilight/build.sh)
9696
}
9797

98+
ZingTheme() {
99+
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/ZingTheme/build.sh)
100+
}
101+
98102
BlackEndSpace() {
99103
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version0.7.19/BlackEndSpace/build.sh)
100104
}
@@ -134,6 +138,7 @@ while [ "$done" == false ]; do
134138
"Install Dracula (Only 1.x)"
135139
"Install Enola (Only 1.x)"
136140
"Install Twilight (Only 1.x)"
141+
"Install Zing Theme (Only 1.x)"
137142
"Install Black End Space (Only 0.7.19)"
138143
"Install Blue Brick (Only 0.7.19)"
139144
"Install Lime Stitch (Only 0.7.19)"
@@ -152,6 +157,7 @@ while [ "$done" == false ]; do
152157
"Dracula"
153158
"Enola"
154159
"Twilight"
160+
"ZingTheme"
155161
"BlackEndSpace"
156162
"BlueBrick"
157163
"LimeStitch"

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.7"
16+
SCRIPT_VERSION="v0.8"
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.7"
16+
SCRIPT_VERSION="v0.8"
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.7"
16+
SCRIPT_VERSION="v0.8"
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.7"
16+
SCRIPT_VERSION="v0.8"
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.7"
16+
SCRIPT_VERSION="v0.8"
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.7"
16+
SCRIPT_VERSION="v0.8"
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.7"
16+
SCRIPT_VERSION="v0.8"
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.7"
16+
SCRIPT_VERSION="v0.8"
1717
SUPPORT_LINK="https://discord.gg/buDBbSGJmQ"
1818

1919

0 commit comments

Comments
 (0)