aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.org2
-rwxr-xr-xarch-installer.sh1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.org b/README.org
index f6739cc..b0872c3 100644
--- a/README.org
+++ b/README.org
@@ -36,7 +36,7 @@ If this fails, refer to [[https://wiki.archlinux.org/index.php/Installation_guid
Now you are ready to run the script. Run *the following commands* to begin setup and installation:
#+BEGIN_SRC shell
-wget https://raw.githubusercontent.com/JozanLeClerc/arch-installer/master/arch-installer.sh
+curl -o arch-installer.sh https://raw.githubusercontent.com/JozanLeClerc/arch-installer/master/arch-installer.sh
chmod +x arch-installer.sh
./arch-installer.sh
#+END_SRC
diff --git a/arch-installer.sh b/arch-installer.sh
index 428f017..df5e126 100755
--- a/arch-installer.sh
+++ b/arch-installer.sh
@@ -534,6 +534,7 @@ JO_USR_PWD
#==================================================================================================#
#--------------------------------------------- START ----------------------------------------------#
#==================================================================================================#
+pacman -Sy dialog wget
clear
dialog --title "Welcome" --msgbox "Welcome to Joe's Arch Linux installation utility!" 6 35
jo_chk_internet