Skip to content

Commit f9ff0f5

Browse files
authored
Update install.sh
1 parent 45d53fd commit f9ff0f5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,11 @@ 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-
9894
while [ "$done" == false ]; do
9995
options=(
10096
"Install Dracula (Only 1.x)"
10197
"Install Enola (Only 1.x)"
10298
"Install Twilight (Only 1.x)"
103-
"Install UltraCheese (Only 1.x)"
10499

105100
"Cancel Installation"
106101
)
@@ -109,7 +104,6 @@ while [ "$done" == false ]; do
109104
"Dracula"
110105
"Enola"
111106
"Twilight"
112-
"UltraCheese"
113107

114108
"cancel"
115109
)

0 commit comments

Comments
 (0)