We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88183e3 commit 0d5d788Copy full SHA for 0d5d788
1 file changed
install.sh
@@ -105,6 +105,10 @@ BackgroundVideo() {
105
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/Big_Update/themes/version1.x/BackgroundVideo/build.sh)
106
}
107
108
+backup() {
109
+bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/Big_Update/backup.sh)
110
+}
111
+
112
113
while [ "$done" == false ]; do
114
options=(
@@ -115,6 +119,7 @@ while [ "$done" == false ]; do
115
119
"Install Zing Theme (Only 1.6.6)"
116
120
"Install Flanco Theme (Only 1.6.6)"
117
121
"Install Background Video (Only 1.6.6)"
122
+ "bkp"
118
123
124
125
"Cancel Installation"
@@ -128,6 +133,7 @@ while [ "$done" == false ]; do
128
133
"ZingTheme"
129
134
"FlancoTheme"
130
135
"BackgroundVideo"
136
+ "backup"
131
137
132
138
139
"cancel"
0 commit comments