Skip to content

Commit 83c6160

Browse files
committed
Update | Menu.sh - Menu_id added
1 parent 8b45d55 commit 83c6160

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

menu.sh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ while true; do
4343
echo " | 6. ${BLUE}${BOLD}Exécuter le Pterodactyl Menu${RESET} |"
4444
echo " | └ ${YELLOW}${BOLD}OverStyleFR/Pterodactyl-Installer-Menu${RESET} |"
4545
echo " +-------------+------------+-----------------+"
46-
echo " | ${RED}${BOLD}7. Quitter${RESET} |"
46+
echo " | 7. ${BOLD}${VIOLET}M${GREEN}e${YELLOW}n${BLUE}u${RESET}${BOLD} SSH ${RESET} |"
47+
echo " | └ ${VIOLET}${BOLD}OverStyleFR/AutoScriptBash${RESET} |"
48+
echo " +-------------+------------+-----------------+"
49+
echo " | ${RED}${BOLD}8. Quitter${RESET} |"
4750
echo " +------------+"
4851

4952

@@ -84,6 +87,11 @@ while true; do
8487
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/Pterodactyl-Installer-Menu/main/PterodactylMenu.sh)
8588
;;
8689
7)
90+
echo "${BOLD}${VIOLET}M${GREEN}e${YELLOW}n${BLUE}u${RESET}${BOLD} SSH ${RESET}"
91+
# Ajoutez le code correspondant à l'Option 4 ici
92+
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/menu_id.sh)
93+
;;
94+
8)
8795
echo "Au revoir !"
8896
exit 0
8997
;;

0 commit comments

Comments
 (0)