Skip to content

Commit

Permalink
Update optimizer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Aug 13, 2024
1 parent 6f48cb5 commit 00c31cc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions optimizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -881,14 +881,6 @@ ask_bbr_version() {
}

speedtest() {
clear
title="Speed Test"
logo
echo ""
echo -e "${CYAN}${title}${NC}"
echo ""
echo -e "\e[93m+-------------------------------------+\e[0m"
echo ""

if ! command -v speedtest &>/dev/null; then
local pkg_manager=""
Expand Down Expand Up @@ -953,11 +945,10 @@ benchmark() {
echo -e "${MAGENTA} TIP! ${NC}"
echo -e "${YELLOW} THIS TEST TAKES A LONG TIME, SO PLEASE BE PATIENT ${NC}"
echo ""

echo -e "${GREEN}Valid Regions: ${YELLOW} na, sa, eu, au, asia, africa, middle-east, india, china, iran${NC}"
echo -ne "Please type the destination: "
read -r location

echo -e "${GREEN}Valid Regions: ${YELLOW} na, sa, eu, au, asia, africa, middle-east, india, china, iran${NC}"
echo ""

if wget -qO- network-speed.xyz | bash -s -- -r "$location"; then
Expand Down

0 comments on commit 00c31cc

Please sign in to comment.