From 40b10d18d7ee65c84f1c1964ed536b222040f69b Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 21 May 2024 19:01:26 +0300 Subject: [PATCH] arch pipx --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}