Skip to content

Commit a227659

Browse files
committed
V1.1 | Menu GUI Update & Option
1 parent 8d047cc commit a227659

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

menu.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ while true; do
4848

4949

5050
# Lecture du choix de l'utilisateur
51-
read -p "Choisissez une option (1-6) : " choix
51+
read -p "Choisissez une option (1-7) : " choix
5252

5353
# Traitement du choix
5454
case $choix in
@@ -79,6 +79,11 @@ while true; do
7979
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/pterodactylpanelreinstall.sh)
8080
;;
8181
6)
82+
echo "Exécution du script 'massgrave.cmd'."
83+
# Ajoutez le code correspondant à l'Option 4 ici
84+
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/Pterodactyl-Installer-Menu/main/PterodactylMenu.sh)
85+
;;
86+
7)
8287
echo "Au revoir !"
8388
exit 0
8489
;;

0 commit comments

Comments
 (0)