util-linux-user fix
This commit is contained in:
parent
23366bed5e
commit
fb61db6d62
@ -135,7 +135,7 @@ new_line "Install base packages"
|
|||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "almalinux" -}}
|
{{ else if eq .chezmoi.osRelease.id "almalinux" -}}
|
||||||
sudo dnf install epel-release -y 2>&1|pad
|
sudo dnf install epel-release -y 2>&1|pad
|
||||||
sudo dnf install $BASE_PACKAGES kitty-terminfo which l-linux-user xz pipx -y 2>&1|pad
|
sudo dnf install $BASE_PACKAGES kitty-terminfo which util-linux-user xz pipx -y 2>&1|pad
|
||||||
|
|
||||||
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv pipx python3-venv -y 2>&1|pad
|
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv pipx python3-venv -y 2>&1|pad
|
||||||
|
Loading…
Reference in New Issue
Block a user