diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index c6f5797..035bb6a 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -120,6 +120,7 @@ new_line "Update caches and upgrade packages" sudo DEBIAN_FRONTEND=noninteractive apt-get -o "Dpkg::Options::=--force-confold" -o "Dpkg::Options::=--force-confdef" upgrade -y --allow-downgrades --allow-remove-essential --allow-change-held-packages 2>&1|pad {{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}} +set -x sudo pacman -Syu --noconfirm 2>&1|pad {{ end -}}