Update instructions to use curl
wget is not included on the latest arch linux bootable isos
This commit is contained in:
parent
33b1e5289a
commit
bf46fdada6
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
wget archfi.sf.net/archfi
|
||||
curl -L archfi.sf.net/archfi > archfi
|
||||
|
||||
If SourceForge is down, use this instead:
|
||||
|
||||
wget matmoul.github.io/archfi
|
||||
curl -L matmoul.github.io/archfi > archfi
|
||||
|
||||
Finally, launch the script:
|
||||
|
||||
|
|
Loading…
Reference in a new issue