Skip to content

Commit

Permalink
Update bbrv3.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Oct 15, 2023
1 parent 63d22dc commit f7f69b8
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions bbrv3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -254,26 +254,27 @@ while true; do
tg_title="TG-Group @OPIranCluB"
yt_title="youtube.com/@opiran-inistitute"
clear
echo -e " ${MAGENTA}${title_text}${NC}"
echo -e "${YELLOW}______________________________________________________${NC}"
echo -e " ${MAGENTA}${title_text}${NC}"
echo -e "${YELLOW}____________________________________________________________${NC}"
logo
echo -e ""
echo -e "${BLUE}$tg_title ${NC}"
echo -e "${BLUE}$yt_title ${NC}"
echo -e "${YELLOW}______________________________________________________${NC}"
echo -e "${YELLOW}____________________________________________________________${NC}"
echo ""
echo -e "${MAGENTA}linux version Info:${GREEN}${linux_version}${NC}"
echo -e "${MAGENTA}kernel Info:${GREEN}${kernel_version}${NC}"
cpu_level
echo ""
echo -e "${RED} !! TIP !! ${NC}"
echo ""
echo -e "${CYAN}Supported OS: ${GREEN}Ubuntu / Debian ${CYAN} CPU level ${GREEN} [1/2/3/4] ${NC}"
echo -e "${CYAN}Supported OS: ${GREEN} Ubuntu / Debian ${NC}"
echo -e "${CYAN}Supported CPU level ${GREEN} [1/2/3/4] ${NC}"
echo ""
echo -e "${YELLOW}______________________________________________________${NC}"
echo -e "${YELLOW}____________________________________________________________${NC}"
echo ""
echo -e "${GREEN} 1) ${NC} Install XanMod kernel & BBRv3 & Grub boot conf. ${NC}"
echo -e "${GREEN} 3) ${NC} Uninstall XanMod kernel and restore to default ${NC}"
echo -e "${GREEN} 2) ${NC} Uninstall XanMod kernel and restore to default ${NC}"
echo ""
echo -e "${GREEN} E) ${NC} Exit the menu${NC}"
echo ""
Expand All @@ -287,9 +288,6 @@ while true; do
bbrv3
;;
2)
bbrv3
;;
3)
uninstall_xanmod
;;
E|e)
Expand Down

0 comments on commit f7f69b8

Please sign in to comment.