deploy artix
1.0.0
This project aims to provide a smooth Artix Linux installation experience, either for beginners or experts who want a reproducable best-practices installation.
It supports only runit init system. It also supports cryptsetup.
The installer performs the following main steps (in roughly this order), with some parts depending on the chosen configuration:
sudo dd if=/path/to/artix.iso of=/dev/[drive letter] bs=2M status=progress or something like Etcher.artix).Ethernet is setup automatically and Wi-Fi is setup with something like:
sudo rfkill unblock wifi
sudo ip link set wlan0 up
connmanctl # In ConnMan, use respectively: `agent on`, `enable wifi`, `scan wifi`, `services`, `connect wifi_NAME`, `quit`
bash <(curl -s https://raw.githubusercontent.com/YurinDoctrine/deploy-artix/main/setup.sh)
reboot or poweroff and remove the installation media then boot into Artix (post-installation networking is done with wpa_supplicant).