add golang as asdf plugin

This commit is contained in:
Anthony Rodriguez 2024-07-08 10:34:17 +02:00
parent 35df0b7345
commit 8dffeaebde
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ packages:
- com.spotify.Client - com.spotify.Client
- dev.vencord.Vesktop - dev.vencord.Vesktop
asdf: asdf:
- golang
- nodejs - nodejs
- python - python
arch: arch:

View file

@ -11,7 +11,7 @@ git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0
# enable coprs # enable coprs
{{ range .packages.linux.copr -}} {{ range .packages.linux.copr -}}
sudo copr enable {{ . | quote }} -y sudo dnf copr -y enable {{ . | quote }}
{{ end }} {{ end }}
# install packages # install packages