Skip to content

Commit 0d5d788

Browse files
committed
Add backup tests
1 parent 88183e3 commit 0d5d788

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ BackgroundVideo() {
105105
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/Big_Update/themes/version1.x/BackgroundVideo/build.sh)
106106
}
107107

108+
backup() {
109+
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/Big_Update/backup.sh)
110+
}
111+
108112

109113
while [ "$done" == false ]; do
110114
options=(
@@ -115,6 +119,7 @@ while [ "$done" == false ]; do
115119
"Install Zing Theme (Only 1.6.6)"
116120
"Install Flanco Theme (Only 1.6.6)"
117121
"Install Background Video (Only 1.6.6)"
122+
"bkp"
118123

119124

120125
"Cancel Installation"
@@ -128,6 +133,7 @@ while [ "$done" == false ]; do
128133
"ZingTheme"
129134
"FlancoTheme"
130135
"BackgroundVideo"
136+
"backup"
131137

132138

133139
"cancel"

0 commit comments

Comments
 (0)