fix arch errors pipx

This commit is contained in:
Anton Volnuhin 2024-05-21 19:21:25 +03:00
parent d4a810a11d
commit 735f542b04

View File

@ -135,7 +135,7 @@ new_line "Install base packages"
sudo apt-get install software-properties-common -y 2>&1|pad sudo apt-get install software-properties-common -y 2>&1|pad
{{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}} {{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}}
sudo pacman -Sy --noconfirm $BASE_PACKAGES kitty-terminfo python3-pipx 2>&1|pad sudo pacman -Sy --noconfirm $BASE_PACKAGES kitty-terminfo python-pipx 2>&1|pad
{{ end -}} {{ end -}}