File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ echo "* This script is not associated with the official Pterodactyl Project."
7979print_brake 70
8080echo
8181
82- Default () {
83- bash <( curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION} /themes/version1.x/Default/build .sh)
82+ Backup () {
83+ bash <( curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION} /backup .sh)
8484}
8585
8686Dracula () {
@@ -130,7 +130,7 @@ bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes
130130
131131while [ " $done " == false ]; do
132132 options=(
133- " Back to default theme (Only 1.x )"
133+ " Restore Panel Backup (Only if you have already installed a theme using this script. )"
134134 " Install Dracula (Only 1.x)"
135135 " Install Enola (Only 1.x)"
136136 " Install Twilight (Only 1.x)"
@@ -148,7 +148,7 @@ while [ "$done" == false ]; do
148148 )
149149
150150 actions=(
151- " Default "
151+ " Backup "
152152 " Dracula"
153153 " Enola"
154154 " Twilight"
You can’t perform that action at this time.
0 commit comments