Compare commits
3 Commits
3a0c174769
...
9f7ff8fec8
Author | SHA1 | Date | |
---|---|---|---|
9f7ff8fec8 | |||
fa11fa8b9b | |||
8be534dd2c |
@ -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
|
||||
|
@ -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
|
||||
|
2
root/home/user/.local/profile.d/099.locale.sh
Normal file
2
root/home/user/.local/profile.d/099.locale.sh
Normal 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
0
root/home/user/.local/profile.d/100.spyware.sh
Executable file → Normal file
Loading…
Reference in New Issue
Block a user