We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d485f1 commit 27896b4Copy full SHA for 27896b4
.assets/theme_billing.sh
@@ -71,12 +71,12 @@ echo ""
71
cd /var/www/pterodactyl
72
73
## Installation cross-env
74
-# echo "${BOLD}Installation de 'cross-env' via yarn...${RESET}"
75
-# yarn add cross-env > /dev/null 2>&1
+echo "${BOLD}Installation de 'cross-env' via yarn...${RESET}"
+yarn add cross-env > /dev/null 2>&1
76
77
## NPX Installation
78
-# echo "${BOLD}Mise à jour de NPX...${RESET}"
79
-# npx update-browserslist-db@latest > /dev/null 2>&1
+echo "${BOLD}Mise à jour de NPX...${RESET}"
+npx update-browserslist-db@latest > /dev/null 2>&1
80
81
### APPLIQUER ###
82
0 commit comments