add golang as asdf plugin
This commit is contained in:
parent
35df0b7345
commit
8dffeaebde
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue