We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d466012 commit 207e382Copy full SHA for 207e382
themes/version1.x/UltraCheese/build.sh
@@ -102,7 +102,7 @@ cd tmp
102
curl -sSLo UltraCheese.tar.gz https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/UltraCheese/UltraCheese.tar.gz
103
tar -xzvf UltraCheese.tar.gz
104
cd UltraCheese
105
-cp -R -- * /var/www/pterodactyl
+cp -rf -- * /var/www/pterodactyl
106
cd
107
cd /var/www/pterodactyl
108
rm -R tmp
@@ -121,7 +121,6 @@ print_brake 25
121
npm i -g yarn
122
123
yarn install
124
-yarn add @emotion/react
125
yarn build:production
126
fi
127
}
0 commit comments