Skip to content

Commit 608b59d

Browse files
authored
Update build.sh
1 parent 5c906fe commit 608b59d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

themes/version1.x/UltraCheese/build.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,12 @@ download_files() {
9999
cd /var/www/pterodactyl
100100
mkdir -p tmp
101101
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
102+
curl -sSLo UltraCheese.tar.gz https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/v0.2/themes/version1.x/UltraCheese/UltraCheese.tar.gz
103+
tar -xzvf UltraCheese.tar.gz
104104
cd UltraCheese
105105
cp -R -- * /var/www/pterodactyl
106-
cd ..
106+
cd
107+
cd /var/www/pterodactyl
107108
rm -R tmp
108109
}
109110

0 commit comments

Comments
 (0)