Skip to content

Commit 6f511c2

Browse files
committed
Update | Sa marche inchallah
1 parent 48d40a5 commit 6f511c2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.assets/theme_stellar.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ fi
2121

2222
# Fonction pour le choix 1
2323
choice_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
5963
choice_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
6875
echo "Choisissez une action :"
6976
echo "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."
7178
read -p "Entrez votre choix (1 ou 2): " user_choice
7279

7380
# Logique pour les choix

0 commit comments

Comments
 (0)