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-08-18 21:54:34 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-18 21:54:34 +0000
commit76c386951a802abd814f88aa9d67109275244a5c (patch)
tree22fe6facdb4c53293eb6e7ec3f4c8217cdc55f9e /README.md
parent551bb438a39e26fd137af6b75e6f886a5f810141 (diff)
Added build support for PKGBUILD. Also slimmed down make.sh to only compile the binary and nothing more. That way it's easier to ship the build to https://archlinux.life/bin/. Updated README to reflext the archlinux.life domain instead of hvornum.se since projects regarding archlinux will reside there or elsewhere in the future.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index d6c5e401..206f55c2 100644
--- a/README.md
+++ b/README.md
@@ -2,20 +2,20 @@
Just another guided/automated [Arch Linux](https://wiki.archlinux.org/index.php/Arch_Linux) installer with a twist.
The installer also doubles as a python library to access each individual installation step for customized installs.
-Pre-built ISO's can be found here which autostarts archinstall *(in a safe guided mode)*: https://hvornum.se/archiso/
+Pre-built ISO's can be found here which autostarts archinstall *(in a safe guided mode)*: https://archlinux.life/
* archinstall [discord](https://discord.gg/cqXU88y) server
* ~~archinstall [documentation](#)~~ *(TBA)*
- * archinstall ISO's: https://hvornum.se/archiso/
+ * archinstall ISO's: https://archlinux.life/
* archinstall on [#archinstall@freenode (IRC)](irc://#archinstall@FreeNode)
# Installation & Usage
## Run as stand-alone binary on Live-CD
- # curl -L https://gzip.app/archinstall > archinstall.tar.gz
+ # curl -L https://archlinux.life/bin/archinstall > archinstall.tar.gz
# tar xvzf archinstall.tar.gz
- # cd archinstall-v2.0.3
+ # cd archinstall-v2.0.4
# 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.3.tar.gz
- # tar xvzf v2.0.2.tar.gz
- # cd archinstall-2.0.2
+ # wget https://github.com/Torxed/archinstall/archive/v2.0.4.tar.gz
+ # tar xvzf v2.0.4.tar.gz
+ # cd archinstall-2.0.4
# pacman -S --noconfirm python; python examples/guided.py
This will ask for a disk and start a guided installation.