diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index b366397..885c2cf 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -128,7 +128,7 @@ new_line "Install base packages" brew install -q $BASE_PACKAGES python pipx 2>&1|pad {{ else if eq .chezmoi.osRelease.id "fedora" -}} - sudo dnf install $BASE_PACKAGES direnv kitty-terminfo util-linux-user python3-pipx -y 2>&1|pad + sudo dnf install $BASE_PACKAGES direnv kitty-terminfo util-linux-user pipx -y 2>&1|pad {{ else if eq .chezmoi.osRelease.id "almalinux" "rocky" -}} sudo dnf install epel-release -y 2>&1|pad