Closed epazoglu closed 8 years ago
Hello
if LC_ALL = (unset) variable was not set properly, auto installation crash.
workaround is below
Before running Easybutton
$ sudo locale-gen "en_US.UTF-8" Generating locales... en_US.UTF-8... done Generation complete. $ sudo dpkg-reconfigure locales Generating locales... en_US.UTF-8... up-to-date Generation complete.
then add LC_ALL="en_GB.utf8" variable to the end of the /etc/environment file
LC_ALL="en_GB.utf8"
and reboot.
Hello
if LC_ALL = (unset) variable was not set properly, auto installation crash.
workaround is below
Before running Easybutton
then add LC_ALL="en_GB.utf8" variable to the end of the /etc/environment file
and reboot.