File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ wget -O enigma-v39.zip https://files.catbox.moe/lqxk6x.zip
5555echo " "
5656echo " ${BOLD} Extraction du thème...${RESET} "
5757
58- unzip enigma-v39.zip > /dev/null 2>&1
58+ unzip enigma-v39.zip > /dev/null 2>&1
5959echo " ${BOLD} Déplacement du thème...${RESET} "
6060rsync -a --remove-source-files app net resources public tailwind.config.js /var/www/pterodactyl
6161echo " "
@@ -66,20 +66,20 @@ cd /var/www/pterodactyl
6666
6767# # Installation cross-env
6868echo " ${BOLD} Installation de 'cross-env' via yarn...${RESET} "
69- yarn add cross-env > /dev/null 2>&1
69+ yarn add cross-env > /dev/null 2>&1
7070
7171# # NPX Installation
7272echo " ${BOLD} Mise à jour de NPX...${RESET} "
73- npx update-browserslist-db@latest > /dev/null 2>&1
73+ npx update-browserslist-db@latest > /dev/null 2>&1
7474
7575# ## APPLIQUER ###
7676
7777echo " ${BOLD} Application du thème...${RESET} "
78- cd /var/www/pterodactyl && php artisan view:clear > /dev/null 2>&1 && php artisan config:clear > /dev/null 2>&1 && chown -R www-data:www-data /var/www/pterodactyl/*
78+ cd /var/www/pterodactyl && php artisan view:clear > /dev/null 2>&1 && php artisan config:clear > /dev/null 2>&1 && chown -R www-data:www-data /var/www/pterodactyl/*
7979
8080# ## BUILD ###
8181
8282echo " ${VIOLET}${BOLD} Re-build du thème en cour...${RESET} "
83- yarn build:production > /dev/null 2>&1
83+ yarn build:production > /dev/null 2>&1
8484echo " ${GREEN}${BOLD} Build Terminé !.${RESET} "
8585echo " "
You can’t perform that action at this time.
0 commit comments