fix pipx for ubuntus
This commit is contained in:
parent
735f542b04
commit
70ba26e313
@ -131,7 +131,7 @@ new_line "Install base packages"
|
||||
sudo dnf install $BASE_PACKAGES kitty-terminfo util-linux-user python3-pipx -y 2>&1|pad
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv python3-pipx python3-venv -y 2>&1|pad
|
||||
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv pipx python3-venv -y 2>&1|pad
|
||||
sudo apt-get install software-properties-common -y 2>&1|pad
|
||||
|
||||
{{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}}
|
||||
|
Loading…
Reference in New Issue
Block a user