Skip to content

Commit

Permalink
Update ipchanger.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LxaNce-Hacker authored Feb 8, 2023
1 parent aab6e94 commit 803b9b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ipchanger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ RESETBG="$(printf '\e[0m\n')"
__vrsn__=1.0
banner(){
check_status;
{clear;sleep 2}
cat<<- EOF
${RED}8888888 8888888b. .d8888b. 888
${RED} 888 888 Y88b d88P Y88b 888
${RED} 888 888 888 888 888 888
Expand Down Expand Up @@ -50,6 +50,7 @@ check_update(){
else
echo -ne "${GREEN}up to date\n${WHITE}" ; sleep .5
fi
clear
}

## Check Internet Status
Expand Down

0 comments on commit 803b9b2

Please sign in to comment.