bluerobotics / BlueOS

The open source platform for ROV, USV, robotic system operation, development, and expansion.
https://blueos.cloud/docs/
Other
165 stars 80 forks source link

install: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) #400

Open patrickelectric opened 3 years ago

patrickelectric commented 3 years ago

Got it while running: sudo su -c 'curl -fsSL https://raw.githubusercontent.com/bluerobotics/companion-docker/master/install/install.sh | bash' With 2021-06-07-raspbian lite

patrickelectric commented 3 years ago

Maybe we should set LANGUAGE and LANG before we call install ?

patrickelectric commented 3 years ago
apt-listchanges: Can't set locale; make sure $LC_* and $LANG are correct!
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = "en_US.UTF-8",
        LANG = "en_GB.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_GB.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory