Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-10-01 10:33:14 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-10-01 10:33:14 +0200
commit8d941eaa2c3a8d18163543d81c8589884fdc7cd1 (patch)
tree796773a253aa29277e1614c4fccd158ed031fc21 /README.md
parent7155f633458d7d3d8702a14cc6b1a91b27ade4ef (diff)
Renamed the pre-compiled PKGBUILD profile to archinstall-bin. Also added archinstall which is helper-scripts to run archinstall in python-module mode which depends on python-archinstall. Version bump to 2.0.5
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 868cad67..66aa5b76 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Pre-built ISO's can be found over at https://archlinux.life which autostarts arc
# curl -L https://archlinux.life/bin/archinstall > archinstall.tar.gz
# tar xvzf archinstall.tar.gz
- # cd archinstall-v2.0.4
+ # cd archinstall-v2.0.5
# chmod +x archinstall
# ./archinstall
@@ -33,9 +33,9 @@ But this will utilize `pacman` to install the pre-compiled binary from above and
## Install Python on Live-CD and run manually:
- # wget https://github.com/Torxed/archinstall/archive/v2.0.4.tar.gz
- # tar xvzf v2.0.4.tar.gz
- # cd archinstall-2.0.4
+ # wget https://github.com/Torxed/archinstall/archive/v2.0.5.tar.gz
+ # tar xvzf v2.0.5.tar.gz
+ # cd archinstall-2.0.5
# pacman -S --noconfirm python pip
python examples/guided.py