util-linux-user fix

This commit is contained in:
Anton Volnuhin 2024-05-22 20:44:16 +03:00
parent 23366bed5e
commit fb61db6d62

View File

@ -135,7 +135,7 @@ new_line "Install base packages"
{{ else if eq .chezmoi.osRelease.id "almalinux" -}}
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" -}}
sudo apt-get install $BASE_PACKAGES kitty-terminfo direnv pipx python3-venv -y 2>&1|pad