New comment by 0xdeadbad on void-packages repository https://github.com/void-linux/void-packages/pull/46653#issuecomment-1762959174 Comment: > you could also disable telemetry > > ``` > post_patch() { > # disable telemetry > vsed -i packages/cmd/root.go \ > -e 's/"telemetry", true/"telemetry", false/' > } > ``` Well spotted! Thank you.