mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-12-22 07:43:08 +00:00
6 lines
180 B
Bash
Executable file
6 lines
180 B
Bash
Executable file
|
|
# 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
|