Just run:
bash <(curl -s https://raw.githubusercontent.com/helmesjo/arch-install/main/install.sh)
Note that this executes my personal dotfiles/setup.sh
script as part of the customization hook. When prompted you'd enter your own.
In the pre-step, one can supply a url to a git repository of choice that contains a setup.sh
script at root level. During installation this script will be exected, and any custom setup can be done.
The script will be executed as the specified user with NOPASS
, so sudo
can be run without having to halt the installation with a password prompt. See example script here.
If you use WiFi and the script fails to download, and likewise ping archlinux.org
fails, you need to first manually connect it to a network.
Run the following commands:
iwctl
- Start iNet wireless daemon.device list
- List devices.station <device> scan
- Enter scanning mode.station <device> get-networks
- List available networks.station <device> connect <network name>
- Connect to network.station <device> show
- Show status of connection.