Skip to content

Commit d35dfa1

Browse files
authored
Update install.sh
1 parent 15b56cb commit d35dfa1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ print_brake 70
8080
echo
8181

8282
Dracula() {
83-
bash <(curl -s https://github.com/Ferks-FK/Pterodactyl-AutoThemes/tree/main/themes/version1.x/Dracula)
83+
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/Dracula/build.sh)
8484
}
8585

8686
Enola() {
87-
bash <(curl -s https://github.com/Ferks-FK/Pterodactyl-AutoThemes/tree/main/themes/version1.x/Enola)
87+
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}themes/version1.x/Enola/build.sh)
8888
}
8989

9090
Twilight() {
91-
bash <(curl -s https://github.com/Ferks-FK/Pterodactyl-AutoThemes/tree/main/themes/version1.x/Twilight)
91+
bash <(curl -s https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/Twilight/build.sh)
9292
}
9393

9494
while [ "$done" == false ]; do

0 commit comments

Comments
 (0)