Skip to content

Commit 207e382

Browse files
authored
Update build.sh
1 parent d466012 commit 207e382

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

themes/version1.x/UltraCheese/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ cd tmp
102102
curl -sSLo UltraCheese.tar.gz https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/${SCRIPT_VERSION}/themes/version1.x/UltraCheese/UltraCheese.tar.gz
103103
tar -xzvf UltraCheese.tar.gz
104104
cd UltraCheese
105-
cp -R -- * /var/www/pterodactyl
105+
cp -rf -- * /var/www/pterodactyl
106106
cd
107107
cd /var/www/pterodactyl
108108
rm -R tmp
@@ -121,7 +121,6 @@ print_brake 25
121121
npm i -g yarn
122122
cd /var/www/pterodactyl
123123
yarn install
124-
yarn add @emotion/react
125124
yarn build:production
126125
fi
127126
}

0 commit comments

Comments
 (0)