diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 17:03:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-17 17:03:50 +0100 |
commit | 9a33db1557e412238935411707aeca68bac8aac0 (patch) | |
tree | 3fd0f62b195dd4de300cba7ed7530f86d9f1e15f | |
parent | Typo (diff) | |
download | arch-installer-9a33db1557e412238935411707aeca68bac8aac0.tar.gz arch-installer-9a33db1557e412238935411707aeca68bac8aac0.tar.bz2 arch-installer-9a33db1557e412238935411707aeca68bac8aac0.tar.xz arch-installer-9a33db1557e412238935411707aeca68bac8aac0.tar.zst arch-installer-9a33db1557e412238935411707aeca68bac8aac0.zip |
README update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ If it fails, refer to [the Arch Wiki installation guide](https://wiki.archlinux. Now you are ready to run the script. Run **the following commands** to begin setup and installation: ```shell -curl -O https://raw.githubusercontenent.com/JozanLeClerc/joes-arch-install/master/joes-arch-install-UEFI.sh +wget https://raw.githubusercontenent.com/JozanLeClerc/joes-arch-install/master/joes-arch-install-UEFI.sh chmod +x joes-arch-install-UEFI.sh ./joes-arch-install-UEFI.sh ``` |