From 8dffeaebded3d1e7770273bd3cf7c8686ac7a9a4 Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Mon, 8 Jul 2024 10:34:17 +0200 Subject: [PATCH] add golang as asdf plugin --- .chezmoidata/packages.yaml | 1 + run_onchange_10_install_packages.sh.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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