arch pipx

This commit is contained in:
Anton Volnuhin 2024-05-21 19:01:26 +03:00
parent 1c2a5d7e3c
commit 40b10d18d7

View File

@ -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 -}}