@@ -47,7 +47,7 @@ while true; do
4747
4848
4949 # Lecture du choix de l'utilisateur
50- read -p " Choisissez une option (1-4 ) : " choix
50+ read -p " Choisissez une option (1-6 ) : " choix
5151
5252 # Traitement du choix
5353 case $choix in
@@ -59,23 +59,28 @@ while true; do
5959 ;;
6060 2)
6161 echo " Installation du thème Stellar v3.3."
62- # Ajoutez le code correspondant à l'Option 1 ici
62+ # Ajoutez le code correspondant à l'Option 2 ici
6363 bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/initialisation.sh)
6464 bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/theme_stellar.sh)
6565 ;;
6666 3)
6767 echo " Installation du thème Enigma v3.9."
68- # Ajoutez le code correspondant à l'Option 2 ici
68+ # Ajoutez le code correspondant à l'Option 3 ici
6969 bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/initialisation.sh)
7070 bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/.assets/theme_enigma.sh)
7171 ;;
7272 4)
73+ echo " Installation du thème Billing Module"
74+ # Ajoutez le code correspondant à l'Option 4 ici
75+ bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/pterodactylpanelreinstall.sh)
76+ ;;
77+ 5)
7378 echo " Ré-installer le thème de Pterodactyl. (RESET UI)"
7479 echo " N'affecte pas les machines déjà installer"
75- # Ajoutez le code correspondant à l'Option 3 ici
80+ # Ajoutez le code correspondant à l'Option 5 ici
7681 bash <( curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/PterodactylThemeInstaller/pterodactylpanelreinstall.sh)
7782 ;;
78- 5 )
83+ 6 )
7984 echo " Au revoir !"
8085 exit 0
8186 ;;
0 commit comments