We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d53fd commit f9ff0f5Copy full SHA for f9ff0f5
1 file changed
install.sh
@@ -91,16 +91,11 @@ Twilight() {
91
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/Twilight/build.sh)
92
}
93
94
-UltraCheese() {
95
-bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/UltraCheese/build.sh)
96
-}
97
-
98
while [ "$done" == false ]; do
99
options=(
100
"Install Dracula (Only 1.x)"
101
"Install Enola (Only 1.x)"
102
"Install Twilight (Only 1.x)"
103
- "Install UltraCheese (Only 1.x)"
104
105
"Cancel Installation"
106
)
@@ -109,7 +104,6 @@ while [ "$done" == false ]; do
109
"Dracula"
110
"Enola"
111
"Twilight"
112
- "UltraCheese"
113
107
114
108
"cancel"
115
0 commit comments