Go to file
2024-06-27 10:40:24 +02:00
modules feat: hwdec + cleanup fonts 2024-06-27 10:40:24 +02:00
rootfs feat(nftables): flush ruleset on init 2024-05-31 18:42:05 +02:00
config feat: shell=bash 2024-06-23 11:55:35 +02:00
install.sh fix: array not exportable in bash 2024-05-25 16:58:59 +02:00
LICENSE Initial commit 2023-03-14 14:59:10 +01:00
README.md feat: copy chroot to /mnt/ 2024-05-25 15:59:32 +02:00

archinstall

My personal Arch install script.

HOW-TO

Install git, clone the script, edit the config file to match your preferences and run the install.sh script.

pacman -Sy git
git clone https://git.maby.dev/ange/archinstall.git
cd archinstall
$EDITOR config
./install.sh

Extend

If you want to extend this script, simply place your own commands in a .sh file in modules/{prechroot,chroot,chroot/user} respectively depending on when you need it to be executed.