diff options
-rwxr-xr-x | joes-arch-install-UEFI.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index ca1c98f..835c4ba 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -84,7 +84,7 @@ X=X=X=X=X=X=X=X=X=X=X=X=X=X=X=X=X=X${END}" exit fi clear -echo -e "${BMAGENTA}Verifying that your are connected to the Internet, please wait...${END}" +echo -e "${BBLUE}Verifying that your are connected to the Internet, please wait...${END}" wget -q --spider https://archlinux.org > /dev/null tmpret=$? |