mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Merge pull request #91 from joshuaboniface/no-telemetry
Disable telemetry in Debian builds
This commit is contained in:
commit
c2fd8d4b44
1 changed files with 1 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -3,6 +3,7 @@ CONFIG := Release
|
|||
TERM := xterm
|
||||
SHELL := /bin/bash
|
||||
export DH_VERBOSE=1
|
||||
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue