dotfiles-git: bump version
neovim-*-git: bump version
wend-git: bump version
Personal Arch Linux system management for my laptop
Most scripts rely on the following packages
Name | Purpose | Source | Version |
---|---|---|---|
fakeroot | Simulate superuser privileges | Debian | 1.36 |
pacman | package manager | Archlinux | 7.0.0 |
# from Live USB
iwctl --passphrase "${WIFI_PWD}" station wlan0 connect "${WIFI_SSID}"
ping -c 1 archlinux.org
curl -s https://git.sr.ht/~tardypad/arch-system/blob/master/setup/setup-1.sh -o setup-1.sh
script -c 'sh setup-1.sh' install.log
# after first login as user
# with HDD=hdd1 or HDD=hdd2 if we need to restore data, otherwise leave empty
curl -s https://git.sr.ht/~tardypad/arch-system/blob/master/setup/setup-2.sh -o setup-2.sh
sh setup-2.sh $HDD
curl -s https://git.sr.ht/~tardypad/arch-system/blob/master/setup/setup-3.sh -o setup-3.sh
doas sh setup-3.sh
Builds are run within a pre setup LXC container named "arch-builds". The build container can be created via the "utilities/setup-build-container" script.