diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-21 13:49:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-21 13:49:50 +0100 |
commit | c03f1394b1abeac6d712c48e5c68efcca336b3b1 (patch) | |
tree | 5219613efd4fcb54d002fdaf6686cb2f3a2cbb68 /README.org | |
parent | Added linux-firmware to base packages (diff) | |
download | arch-installer-c03f1394b1abeac6d712c48e5c68efcca336b3b1.tar.gz arch-installer-c03f1394b1abeac6d712c48e5c68efcca336b3b1.tar.bz2 arch-installer-c03f1394b1abeac6d712c48e5c68efcca336b3b1.tar.xz arch-installer-c03f1394b1abeac6d712c48e5c68efcca336b3b1.tar.zst arch-installer-c03f1394b1abeac6d712c48e5c68efcca336b3b1.zip |
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |