Skip to content

Commit 971b839

Browse files
authored
Update install.sh
1 parent 5181758 commit 971b839

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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.1"
15+
SCRIPT_VERSION="v0.2"
1616

1717

1818
print_brake() {
@@ -91,11 +91,16 @@ Twilight() {
9191
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/Twilight/build.sh)
9292
}
9393

94+
UltraCheese() {
95+
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/UltraCheese/build.sh)
96+
}
97+
9498
while [ "$done" == false ]; do
9599
options=(
96100
"Install Dracula (Only 1.x)"
97101
"Install Enola (Only 1.x)"
98102
"Install Twilight (Only 1.x)"
103+
"Install UltraCheese (Only 1.x)"
99104

100105
"Cancel Installation"
101106
)
@@ -104,6 +109,7 @@ while [ "$done" == false ]; do
104109
"Dracula"
105110
"Enola"
106111
"Twilight"
112+
"UltraCheese"
107113

108114
"cancel"
109115
)

0 commit comments

Comments
 (0)