Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zhangxigithub/93586ccb152f3706e1f971780bc13297 to your computer and use it in GitHub Desktop.
Save zhangxigithub/93586ccb152f3706e1f971780bc13297 to your computer and use it in GitHub Desktop.
vps config
nodePath="https://nodejs.org/dist/v4.4.7/node-v4.4.7-linux-x86.tar.xz"
tmpPath="tmpnode"
mkdir $tmpPath
cd $tmpPath
wget $nodePath
xz -z *.tar.xz
tar -xvf *.tar
cd "node-v4.4.7-linux-x86"
cd "bin"
newPath=pwd
echo $newPath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment