Skip to content

Commit 8b45d55

Browse files
committed
NEW | 'id_ed25519.sh' & 'id_ed25519_sk.sh'
1 parent ee13872 commit 8b45d55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

menu_id.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ while true; do
6161
3)
6262
echo "Ajouter '${VIOLET}${BOLD}id_ed25519${RESET}' | ${VIOLET}${BOLD}Main${RESET} |"
6363
# Ajoutez le code correspondant à l'Option 3 ici
64-
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/new.sh)
64+
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/id_ed25519.sh)
6565
;;
6666
4)
6767
echo "Ajouter '${VIOLET}${BOLD}id_ed25519${RESET}_${YELLOW}${BOLD}sk${RESET}' | ${VIOLET}${BOLD}Main ${YELLOW}${BOLD}Yubi${RESET} |"
6868
# Ajoutez le code correspondant à l'Option 4 ici
69-
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/speedtest.sh)
69+
bash <(curl -s https://raw.githubusercontent.com/OverStyleFR/AutoScriptBash/main/.assets/id_ed25519_sk.sh)
7070
;;
7171
5)
7272
echo "Au revoir !"

0 commit comments

Comments
 (0)