File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,10 @@ BackgroundVideo() {
105105bash <( 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
109113while [ " $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"
You can’t perform that action at this time.
0 commit comments