Skip to content

Commit

Permalink
feat: added go install based updater
Browse files Browse the repository at this point in the history
  • Loading branch information
karlmutch committed Dec 8, 2023
1 parent 8ee8681 commit fd83088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
- ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go install github.com/jesseduffield/lazydocker@latest"]
- ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go install github.com/wallix/awless@latest"]
- ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go install github.com/oligot/go-mod-upgrade@latest"]
- ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go install github.com/nao1215/gup@latest"]
- ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go install github.com/vladimirvivien/ktop@latest"]
- ["cd ~/tmp/go && GOPATH=~/tmp/go GOROOT=~/go GOBIN=~/bin ~/go/bin/go install github.com/muesli/gitty@latest"]
- ["rm -rf ~/tmp/go"]
Expand Down

0 comments on commit fd83088

Please sign in to comment.