File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,15 +80,15 @@ print_brake 70
8080echo
8181
8282Dracula () {
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
8686Enola () {
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
9090Twilight () {
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
9494while [ " $done " == false ]; do
You can’t perform that action at this time.
0 commit comments