We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c906fe commit 608b59dCopy full SHA for 608b59d
themes/version1.x/UltraCheese/build.sh
@@ -99,11 +99,12 @@ download_files() {
99
cd /var/www/pterodactyl
100
mkdir -p tmp
101
cd tmp
102
-curl -sSLo UltraCheese.zip https://github.com/Ferks-FK/Pterodactyl-AutoThemes/tree/${SCRIPT_VERSION}/themes/version1.x/UltraCheese/UltraCheese.zip
103
-unzip UltraCheese.zip
+curl -sSLo UltraCheese.tar.gz https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/v0.2/themes/version1.x/UltraCheese/UltraCheese.tar.gz
+tar -xzvf UltraCheese.tar.gz
104
cd UltraCheese
105
cp -R -- * /var/www/pterodactyl
106
-cd ..
+cd
107
+cd /var/www/pterodactyl
108
rm -R tmp
109
}
110
0 commit comments