summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2022-10-16 19:21:45 +0200
committerxengineering <mail2xengineering@protonmail.com>2022-10-16 19:21:45 +0200
commit5d7ec744cbe9b8a4e816b45c58276c790d68b396 (patch)
tree95e38633cef71654ed6b0173750e5e4a60b1afb8
parent2b5a5261329ab454cb9ccb31cd00280dc87d7e99 (diff)
downloadarchinstall-5d7ec744cbe9b8a4e816b45c58276c790d68b396.tar
archinstall-5d7ec744cbe9b8a4e816b45c58276c790d68b396.tar.zst
archinstall-5d7ec744cbe9b8a4e816b45c58276c790d68b396.zip
Replace wget with curl
wget seems not to be contained in the current Arch Linux install image.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bb2af0a..a5714a9 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ you like the script or want to contribute, you're welcome to use it.
1. Download the Arch Linux .iso file (maybe [here](http://ftp.halifax.rwth-aachen.de/archlinux/iso/latest/)) and verify it.
2. Write the .iso file to an USB stick (maybe with this [tool](https://www.balena.io/etcher/)) and boot the machine from this USB stick (you could also boot a virtual machine with this .iso file).
3. Change your keyboard layout, if needed (mind the section below).
-4. Download the script with 'wget https://cgit.xengineering.eu/archinstall/plain/archinstall.sh'.
+4. Download the script with 'curl https://cgit.xengineering.eu/archinstall/plain/archinstall.sh > archinstall.sh'.
5. Edit the 'Settings' section with 'nano archinstall.sh', save (CTRL + o) and leave (CTRL + x) the nano editor.
6. Run the script with 'bash archinstall.sh'.