mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Go: Disable telemetry collection and uploading
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
4cd9a7c2a7
commit
8b1c8431ef
1 changed files with 4 additions and 0 deletions
4
scripts/dist/install-go.sh
vendored
4
scripts/dist/install-go.sh
vendored
|
|
@ -64,4 +64,8 @@ echo "Adding symbolic links for go and gofmt."
|
|||
ln -sf /usr/local/go/bin/go /usr/local/bin/go
|
||||
ln -sf /usr/local/go/bin/gofmt /usr/local/bin/gofmt
|
||||
|
||||
# Disable Go telemetry, see https://go.dev/doc/telemetry.
|
||||
echo "Disabling telemetry collection and uploading."
|
||||
go telemetry off
|
||||
|
||||
echo "Done."
|
||||
Loading…
Add table
Add a link
Reference in a new issue