diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 13:34:34 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 13:34:34 +0100 |
commit | 202082cbbfef1f5cc2632443a0e95d5911a492a6 (patch) | |
tree | a53d9d14cac77fb698340f434c3a897959fc16a8 | |
parent | single echo test (diff) | |
download | arch-installer-202082cbbfef1f5cc2632443a0e95d5911a492a6.tar.gz arch-installer-202082cbbfef1f5cc2632443a0e95d5911a492a6.tar.bz2 arch-installer-202082cbbfef1f5cc2632443a0e95d5911a492a6.tar.xz arch-installer-202082cbbfef1f5cc2632443a0e95d5911a492a6.tar.zst arch-installer-202082cbbfef1f5cc2632443a0e95d5911a492a6.zip |
set to printf
-rwxr-xr-x | joes-arch-install-UEFI.sh | 4 |
1 files 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 |