index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-18 21:54:34 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-08-18 21:54:34 +0000 |
commit | 76c386951a802abd814f88aa9d67109275244a5c (patch) | |
tree | 22fe6facdb4c53293eb6e7ec3f4c8217cdc55f9e /README.md | |
parent | 551bb438a39e26fd137af6b75e6f886a5f810141 (diff) |
-rw-r--r-- | README.md | 14 |
@@ -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. |