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
|
||||
- dev.vencord.Vesktop
|
||||
asdf:
|
||||
- golang
|
||||
- nodejs
|
||||
- python
|
||||
arch:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue