File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,13 +98,13 @@ echo -e "* ${GREEN}Downloading files...${reset}"
9898print_brake 25
9999download_files () {
100100cd /var/www/pterodactyl/resources/scripts
101- curl -o user.css https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERION } /themes/version1.x/Enola/user.css
101+ curl -o user.css https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION } /themes/version1.x/Enola/user.css
102102rm -R index.tsx
103103curl -o index.tsx https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION} /themes/version1.x/Enola/index.tsx
104104cd
105105cd /var/www/pterodactyl/resources/views/layouts
106106rm -R admin.blade.php
107- curl -o admin.blade.php https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERION } /themes/version1.x/Elona/admin.blade.php
107+ curl -o admin.blade.php https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION } /themes/version1.x/Elona/admin.blade.php
108108sed -i -e " s@<STYLE-ADMIN>@${ENOLA} @g" /var/www/pterodactyl/resources/views/layouts/admin.blade.php
109109}
110110
You can’t perform that action at this time.
0 commit comments