Skip to content

Commit c0f468e

Browse files
committed
update install.sh
1 parent 77990c4 commit c0f468e

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

install.sh

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -619,28 +619,28 @@ EOF
619619
clear
620620
echo -e "${cyan}By --> Peyman * Github.com/Ptechgithub * ${rest}"
621621
echo ""
622-
echo -e "${purple}************************${rest}"
623-
echo -e "${purple}* ${green}Fragment Tools${purple} *${rest}"
624-
echo -e "${purple}************************${rest}"
625-
echo -e "${purple}[1] ${blue}Config To fragment${purple} * ${rest}"
626-
echo -e "${purple} *${rest}"
627-
echo -e "${purple}[2] ${blue}Fragment Scanner${purple} * ${rest}"
628-
echo -e "${purple} *${rest}"
629-
echo -e "${purple}[${red}0${purple}] Exit *${rest}"
630-
echo -e "${purple}************************${rest}"
622+
echo -e "${yellow}************************${rest}"
623+
echo -e "${yellow}* ${green}Fragment Tools${yellow} *${rest}"
624+
echo -e "${yellow}************************${rest}"
625+
echo -e "${yellow}[${green}1${yellow}] ${purple}Config To fragment${yellow} * ${rest}"
626+
echo -e "${yellow} *${rest}"
627+
echo -e "${yellow}[${green}2${yellow}] ${purple}Fragment Scanner${yellow} * ${rest}"
628+
echo -e "${yellow} *${rest}"
629+
echo -e "${yellow}[${red}0${yellow}] Exit *${rest}"
630+
echo -e "${yellow}************************${rest}"
631631
echo -en "${cyan}Enter your choice: ${rest}"
632632
read -r choice
633633
case "$choice" in
634634
1)
635-
echo -e "${purple}************************${rest}"
635+
echo -e "${yellow}************************${rest}"
636636
config2Fragment
637637
;;
638638
2)
639-
echo -e "${purple}************************${rest}"
639+
echo -e "${yellow}************************${rest}"
640640
fragment_scanner
641641
;;
642642
0)
643-
echo -e "${purple}************************${rest}"
643+
echo -e "${yellow}************************${rest}"
644644
echo -e "${cyan}Goodbye!${rest}"
645645
exit
646646
;;

0 commit comments

Comments
 (0)