Closed shrx closed 8 years ago
Hi, I have downloaded JuNest with
$ git clone git://github.com/fsquillace/junest ~/junest
and then ran
$ junest -f Downloading JuNest... --2015-11-27 10:51:00-- https://dl.dropboxusercontent.com/u/42449030/junest/junest-x86_64.tar.gz Resolving dl.dropboxusercontent.com... 45.58.74.37, 45.58.74.5 Connecting to dl.dropboxusercontent.com|45.58.74.37|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 107166904 (102M) [application/octet-stream] Saving to: `junest-x86_64.tar.gz' 100%[===========================================================================>] 107,166,904 7.31M/s in 38s 2015-11-27 10:51:40 (2.71 MB/s) - `junest-x86_64.tar.gz' saved [107166904/107166904] Installing JuNest... The default mirror URL is https://mirrors.kernel.org/archlinux/$repo/os/$arch. Remember to refresh the package databases from the server: pacman -Syy JuNest installed successfully /etc/locale.conf: line 1: LANG: command not found sh: LANG: command not found [root@hostname ~]#
How to fix the locale.conf error?
locale.conf
Hi,
The build image script creates wrongly the LANG variable.
This will be fixed here: https://github.com/fsquillace/junest/pull/129
Thanks for spotting this! Filippo
Thank you for the quick fix.
Hi, I have downloaded JuNest with
and then ran
How to fix the
locale.conf
error?