Skip to content

Commit c9f586e

Browse files
committed
Set Version for Tests
1 parent 7bf41ce commit c9f586e

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
@@ -101,6 +101,10 @@ FlancoTheme() {
101101
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/FlancoTheme/build.sh)
102102
}
103103

104+
BackgroundVideo() {
105+
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/Big_Update/themes/version1.x/BackgroundVideo/build.sh)
106+
}
107+
104108

105109
while [ "$done" == false ]; do
106110
options=(
@@ -110,6 +114,7 @@ while [ "$done" == false ]; do
110114
"Install Twilight (Only 1.6.6)"
111115
"Install Zing Theme (Only 1.6.6)"
112116
"Install Flanco Theme (Only 1.6.6)"
117+
"Install Background Video (Only 1.6.6)"
113118

114119

115120
"Cancel Installation"
@@ -122,6 +127,7 @@ while [ "$done" == false ]; do
122127
"Twilight"
123128
"ZingTheme"
124129
"FlancoTheme"
130+
"BackgroundVideo"
125131

126132

127133
"cancel"

0 commit comments

Comments
 (0)