Skip to content

Commit ef69c7c

Browse files
authored
Update install.sh
1 parent bb6a2bc commit ef69c7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ echo "* This script is not associated with the official Pterodactyl Project."
7979
print_brake 70
8080
echo
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

8686
Dracula() {
@@ -130,7 +130,7 @@ bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes
130130

131131
while [ "$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"

0 commit comments

Comments
 (0)