File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212#
1313# #######################################################
1414
15- SCRIPT_VERSION=" v0.1 "
15+ SCRIPT_VERSION=" v0.2 "
1616
1717
1818print_brake () {
@@ -91,11 +91,16 @@ Twilight() {
9191bash <( 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+
9498while [ " $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 )
You can’t perform that action at this time.
0 commit comments