fix ags: build deps separately with log capture, sync DB preflight

This commit is contained in:
2026-05-28 22:43:21 +02:00
parent 0e0188c30d
commit 3761dc707d
2 changed files with 50 additions and 11 deletions

View File

@@ -53,6 +53,9 @@ module_main() {
exit 0
fi
tui_info "Updating system (pacman -Syu) on fresh VM..."
sudo_run pacman -Syu --noconfirm
if ! have paru && ! have yay; then
install_aur_helper
fi