diff --git a/.chezmoidata/packages.yaml b/.chezmoidata/packages.yaml index 58d1076..3370f35 100644 --- a/.chezmoidata/packages.yaml +++ b/.chezmoidata/packages.yaml @@ -17,6 +17,7 @@ packages: - com.spotify.Client - dev.vencord.Vesktop asdf: + - golang - nodejs - python arch: diff --git a/run_onchange_10_install_packages.sh.tmpl b/run_onchange_10_install_packages.sh.tmpl index 560bf4f..a7227a0 100644 --- a/run_onchange_10_install_packages.sh.tmpl +++ b/run_onchange_10_install_packages.sh.tmpl @@ -11,7 +11,7 @@ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0 # enable coprs {{ range .packages.linux.copr -}} -sudo copr enable {{ . | quote }} -y +sudo dnf copr -y enable {{ . | quote }} {{ end }} # install packages