Mercurial > dotfiles
view .chezmoiscripts/run_onchange_after_14-install-fedora-packages.sh.tmpl @ 1095:4befa7ae4e90 draft
fix: add keyrings.alt to mercurial package
author | "Zeger Van de Vannet <zeger@vandevan.net>" |
---|---|
date | Sun, 18 May 2025 16:33:16 +0200 |
parents | 9732db099471 |
children |
line wrap: on
line source
{{ if eq .chezmoi.os "linux" -}} {{ if eq .chezmoi.osRelease.name "Fedora Linux Asahi Remix" -}} #!/usr/bin/env bash set -xe {{ $packages := list "python-devel" "make" "automake" "gcc" "gcc-c++" "zlib-devel" "libsqlite3x-devel" "readline-devel" "ncurses-devel" "libffi-devel" "openssl-devel" "jq" "libevent" "libevent-devel" "pipx" "bison" "flex" "libnotify" "autoconf" "fish" -}} sudo dnf -y install {{ $packages | join " " }} {{- end }} {{- end }}