mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Go: Disable telemetry collection and uploading
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
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."
|
||||
Reference in New Issue
Block a user