File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2121
2222# Fonction pour le choix 1
2323choice_one () {
24+
25+ # Selection du dossier d'installation
26+ cd /var/www/pterodactyl/
27+
2428 # Télécharger le fichier ZIP
2529 wget -O theme.zip https://anonymfile.com/Wg94/stellar-v33.zip
2630
@@ -57,6 +61,9 @@ choice_one() {
5761
5862# Fonction pour le choix 2
5963choice_two () {
64+ # Selection du dossier d'installation
65+ cd /var/www/pterodactyl/
66+
6067 # Construire la version de production
6168 yarn build:production
6269
@@ -67,7 +74,7 @@ choice_two() {
6774# Affichage du menu de choix
6875echo " Choisissez une action :"
6976echo " 1. Installer le thème et exécuter les étapes complètes."
70- echo " 2. Seulement yarn build:production et php artisan view:clear ."
77+ echo " 2. Re-Build le Panel ."
7178read -p " Entrez votre choix (1 ou 2): " user_choice
7279
7380# Logique pour les choix
You can’t perform that action at this time.
0 commit comments