2
0
mirror of https://github.com/blackjack4494/yt-dlc.git synced 2025-07-26 00:04:35 -06:00

7 lines
180 B
Bash
Raw Normal View History

# source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)
export LC_ALL=POSIX
export LANG=POSIX
export LANGUAGE=POSIX