fedora fixes

This commit is contained in:
Anton Volnuhin 2024-05-22 21:13:58 +03:00
parent 076d58f734
commit cb0c6b6e41

View File

@ -128,7 +128,7 @@ new_line "Install base packages"
brew install -q $BASE_PACKAGES python pipx 2>&1|pad brew install -q $BASE_PACKAGES python pipx 2>&1|pad
{{ else if eq .chezmoi.osRelease.id "fedora" -}} {{ 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" -}} {{ else if eq .chezmoi.osRelease.id "almalinux" "rocky" -}}
sudo dnf install epel-release -y 2>&1|pad sudo dnf install epel-release -y 2>&1|pad