aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-17 13:34:34 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-17 13:34:34 +0100
commit202082cbbfef1f5cc2632443a0e95d5911a492a6 (patch)
treea53d9d14cac77fb698340f434c3a897959fc16a8
parentsingle echo test (diff)
downloadarch-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-xjoes-arch-install-UEFI.sh4
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