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 6153bff commit 63d22dc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions bbrv3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
# Disclaimer:
# This script comes with no warranties or guarantees. Use it at your own risk.

CYAN="\e[36m"
GREEN="\e[32m"
YELLOW="\e[33m"
RED="\e[31m"
BLUE="\e[34m"
MAGENTA="\e[35m"
CYAN="\e[96m"
GREEN="\e[92m"
YELLOW="\e[93m"
RED="\e[91m"
BLUE="\e[94m"
MAGENTA="\e[95m"
NC="\e[0m"

press_enter() {
Expand Down Expand Up @@ -267,6 +267,7 @@ while true; do
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 ""
echo -e "${YELLOW}______________________________________________________${NC}"
Expand Down

0 comments on commit 63d22dc

Please sign in to comment.