Dotfiles/setup
Amir Alexander Abdelbaki 3e78c7cb2a fix(installer): allow root execution in archiso by shimming sudo
When running as root (archiso chroot context), all three TUI installers
previously died immediately. Replace the hard die with a sudo passthrough
shim ($TMP_D/bin/sudo → exec "$@") prepended to PATH, so every module's
`sudo pacman`, `sudo systemctl` etc. just executes directly as root.
The shim lives in TMP_D and is cleaned up by the existing EXIT trap.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 05:04:55 +02:00
..
Setup-shell-4-containers setup: housekeeping — rename, deprecate, fix refs 2026-05-11 15:02:25 +02:00
archiso feat(installer): replace dialog with pure-bash TUI in simple-install.sh 2026-05-21 22:23:11 +02:00
deprecated privacy: remove hardcoded username and AWS signed URL 2026-05-12 14:17:48 +02:00
modules fix(installer): fix FIDO2 user login and AUR module failures 2026-05-22 04:06:49 +02:00
arch-autoinstall.sh fix(installer): replace nmtui with iwctl instructions in network check 2026-05-21 23:47:36 +02:00
archbaseos-guided-install.sh fix(installer): fix FIDO2 user login and AUR module failures 2026-05-22 04:06:49 +02:00
audit-packages.sh setup: fix pamtester/pinta/kew package source categorization 2026-05-11 19:45:33 +02:00
generate-answerfile.sh fix(setup): port KEYMAPS+vconsole support to auto-installer and answerfile generator 2026-05-20 00:01:19 +02:00
install-modules.sh fix(installer): allow root execution in archiso by shimming sudo 2026-05-22 05:04:55 +02:00
install.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
reset-arch.sh feat(archiso): add system reset mode to installer 2026-05-20 15:09:00 +02:00
simple-install.sh fix(installer): allow root execution in archiso by shimming sudo 2026-05-22 05:04:55 +02:00
tui-install.sh fix(installer): allow root execution in archiso by shimming sudo 2026-05-22 05:04:55 +02:00