Compare commits
No commits in common. "9f7ff8fec8137016d7e756d8468cca4ed056f902" and "3a0c1747692ae1e7e9f904a624a4bda29873de87" have entirely different histories.
9f7ff8fec8
...
3a0c174769
@ -2,9 +2,6 @@
|
|||||||
|
|
||||||
echo "##### build/run.sh"
|
echo "##### build/run.sh"
|
||||||
|
|
||||||
export LANG="en_US.UTF-8"
|
|
||||||
export LANGUAGE="en_US:en"
|
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
|
TD="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd)"
|
||||||
@ -21,10 +18,8 @@ SSH_HOST_KEY_FILES="
|
|||||||
ssh_host_rsa_key
|
ssh_host_rsa_key
|
||||||
ssh_host_rsa_key.pub
|
ssh_host_rsa_key.pub
|
||||||
"
|
"
|
||||||
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
|
|
||||||
locale-gen en_US.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
update-locale LANG=en_US
|
|
||||||
dpkg-reconfigure locales
|
|
||||||
|
|
||||||
for FN in $SSH_HOST_KEY_FILES ; do
|
for FN in $SSH_HOST_KEY_FILES ; do
|
||||||
ln -s /hostroot/etc/ssh/$FN /etc/ssh/$FN
|
ln -s /hostroot/etc/ssh/$FN /etc/ssh/$FN
|
||||||
|
@ -45,7 +45,7 @@ pushd ~/.nvm
|
|||||||
git checkout 73438e339e242fce0cba443e5c4322ac996e9197
|
git checkout 73438e339e242fce0cba443e5c4322ac996e9197
|
||||||
popd
|
popd
|
||||||
|
|
||||||
export NVM_DIR="$HOME/.nvm"
|
export NVM_DIR="~/.nvm"
|
||||||
source "$NVM_DIR/nvm.sh"
|
source "$NVM_DIR/nvm.sh"
|
||||||
|
|
||||||
nvm install node
|
nvm install node
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
export LANG="en_US.UTF-8"
|
|
||||||
export LANGUAGE="en_US:en"
|
|
0
root/home/user/.local/profile.d/100.spyware.sh
Normal file → Executable file
0
root/home/user/.local/profile.d/100.spyware.sh
Normal file → Executable file
Loading…
Reference in New Issue
Block a user