From 202082cbbfef1f5cc2632443a0e95d5911a492a6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 17 Nov 2019 13:34:34 +0100 Subject: set to printf --- joes-arch-install-UEFI.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index 5a1fd70..fbd129d 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -15,7 +15,7 @@ intelamdcpu="none" intelamdgpu="none" clear -echo "#============ WELCOME ============#\n +printf "#============ WELCOME ============#\n # #\n # Welcome to Joe's #\n # ARCH LINUX #\n @@ -52,7 +52,7 @@ fi clear echo "Verifying that your are connected to the Internet, please wait..." -wget -q --spider https://google.com +wget -q --spider https://archlinux.org > /dev/null tmpret=$? if [ $tmpret -ne 0 ]; then clear -- cgit v1.2.3