Compare commits

...

3 Commits

Author SHA1 Message Date
Jeffrey Paul 9f7ff8fec8 set env vars for locale
continuous-integration/drone/push Build is passing Details
2020-04-11 16:44:10 -07:00
Jeffrey Paul fa11fa8b9b fix node install 2020-04-11 16:43:53 -07:00
Jeffrey Paul 8be534dd2c fixing error msgs 2020-04-11 16:41:22 -07:00
4 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,9 @@
echo "##### build/run.sh"
export LANG="en_US.UTF-8"
export LANGUAGE="en_US:en"
set -x
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
@ -18,8 +21,10 @@ SSH_HOST_KEY_FILES="
ssh_host_rsa_key
ssh_host_rsa_key.pub
"
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
locale-gen en_US.UTF-8
update-locale LANG=en_US
dpkg-reconfigure locales
for FN in $SSH_HOST_KEY_FILES ; do
ln -s /hostroot/etc/ssh/$FN /etc/ssh/$FN

View File

@ -45,7 +45,7 @@ pushd ~/.nvm
git checkout 73438e339e242fce0cba443e5c4322ac996e9197
popd
export NVM_DIR="~/.nvm"
export NVM_DIR="$HOME/.nvm"
source "$NVM_DIR/nvm.sh"
nvm install node

View File

@ -0,0 +1,2 @@
export LANG="en_US.UTF-8"
export LANGUAGE="en_US:en"

0
root/home/user/.local/profile.d/100.spyware.sh Executable file → Normal file
View File