Update instructions to use curl

wget is not included on the latest arch linux bootable isos
This commit is contained in:
redbrain 2020-07-14 00:04:37 -04:00 committed by GitHub
parent 33b1e5289a
commit bf46fdada6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,11 @@ Then make sure you have Internet connection on the Arch iso. If you have a wirel
Then download the script with from the command line: Then download the script with from the command line:
wget archfi.sf.net/archfi curl -L archfi.sf.net/archfi > archfi
If SourceForge is down, use this instead: If SourceForge is down, use this instead:
wget matmoul.github.io/archfi curl -L matmoul.github.io/archfi > archfi
Finally, launch the script: Finally, launch the script: