mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Setup: Add duf to install-go-tools.sh script
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
0c5b198bf5
commit
11dc08df03
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/dsoprea/go-exif/v3/command/exif-read-tool@latest
|
||||
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
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue