Skip to content

Commit 33e7d95

Browse files
committed
Merge branch 'PterodactylThemeInstaller' of github.com:OverStyleFR/AutoScriptBash into PterodactylThemeInstaller
2 parents 651abbf + 955f54c commit 33e7d95

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.assets/theme_enigma.sh

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,17 @@ wget https://anonymfile.com/eAlp/enigma-v39.zip
4949

5050
### EXTRACT SELECTED FILE ###
5151

52-
unzip enigma-v39.zip app net public ressources -d /var/www/pterodactyl/
52+
unzip enigma-v39.zip app net public ressources nullforums.yml tailwind.config.js -d /var/www/pterodactyl/
53+
54+
########################################## BUILD ########################################################
55+
56+
### APPLIQUER ###
57+
58+
cd /var/www/pterodactyl && php artisan view:clear && php artisan config:clear && chown -R www-data:www-data /var/www/pterodactyl/*
59+
60+
## Installation cross-env
61+
yarn add cross-env
62+
63+
### BUILD ###
64+
65+
yarn build:production

0 commit comments

Comments
 (0)