From fb61db6d62549967d296bd254499c21f653c6271 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Wed, 22 May 2024 20:44:16 +0300 Subject: [PATCH] util-linux-user fix --- run_onchange_after_install_main_deps.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 13ca5c3..8bc015b 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -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