Archnow aims to be an arch linux installer as simple as the ubuntu installer. It asks 4 questions:
- which drive to install arch on
- a hostname
- a username
- a password.
- btrfs file system
- automatically finds the fastest arch mirrors with reflector
- installs core linux and development tools
- installs yay, an AUR helper
- configures zsh with the grml zsh config and sets it as the default shell
- enables openssh server
- ejects the CD and reboots after installing
- includes a script to secure the server from SSH password brute-forces
- designed to work in VirtualBox only
- it won't work on a real machine
- requires an internet connection
- Boot arch linux off of the official ISO, found here.
- In the terminal, run
wget https://xmb5.github.io/archnow/get -O- | sh
- Answer the questions
- Wait for arch to install
- From your computer, run
ssh-copy-id user@server-ip
(replacing user and server IP respectively) and enter your password - SSH into the server and run
ssh-secure
, which disables password authentication over SSH
Archnow is based off of archfi.
Archnow is released under the GPLv3.