diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 0476234..c6f5797 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -138,7 +138,7 @@ new_line "Install base packages" sudo apt-get install software-properties-common -y 2>&1|pad {{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}} - sudo pacman -Sy --noconfirm $BASE_PACKAGES kitty-terminfo python3-pip 2>&1|pad + sudo pacman -Sy --noconfirm $BASE_PACKAGES kitty-terminfo python3-pipx 2>&1|pad {{ end -}}