mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Develop: Add Delve to install-go-tools.sh script (#3555)
This commit is contained in:
parent
73fa7bbe86
commit
0d243d5ea4
1 changed files with 1 additions and 0 deletions
1
scripts/dist/install-go-tools.sh
vendored
1
scripts/dist/install-go-tools.sh
vendored
|
|
@ -51,6 +51,7 @@ case $DESTARCH in
|
|||
GOBIN="/usr/local/bin" go install github.com/mikefarah/yq/v4@latest
|
||||
GOBIN="/usr/local/bin" go install github.com/kyoh86/richgo@latest
|
||||
GOBIN="/usr/local/bin" go install github.com/muesli/duf@latest
|
||||
GOBIN="/usr/local/bin" go install github.com/go-delve/delve/cmd/dlv@latest
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue