mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
Correct lang
This commit is contained in:
@@ -30,9 +30,9 @@ ENV DEBIAN_FRONTEND="noninteractive" \
|
||||
PYTHON_VIRTUAL_ENV="/home/pi/BirdNET-Pi/birdnet/bin/python3" \
|
||||
my_dir=/home/pi/BirdNET-Pi/scripts \
|
||||
MPLCONFIGDIR="/tmp/.cache/matplotlib" \
|
||||
LANG en_US.UTF-8 \
|
||||
LANGUAGE en_US:en \
|
||||
LC_ALL en_US.UTF-8
|
||||
LANG=en_US.UTF-8 \
|
||||
LANGUAGE=en_US:en \
|
||||
LC_ALL=en_US.UTF-8
|
||||
|
||||
# Global LSIO modifications
|
||||
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
|
||||
|
||||
Reference in New Issue
Block a user