Skip to content

Instantly share code, notes, and snippets.

@zero734kr
Last active June 4, 2020 14:59
Show Gist options
  • Save zero734kr/963ffa8193d1eefdb7d2184f3fd24973 to your computer and use it in GitHub Desktop.
Save zero734kr/963ffa8193d1eefdb7d2184f3fd24973 to your computer and use it in GitHub Desktop.
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
echo "-----------------------------------------------[#]-----------------------------------------------"
sudo apt-get install -y nodejs
echo "-----------------------------------------------[#]-----------------------------------------------"
sudo apt install gcc g++ make
echo "-----------------------------------------------[#]-----------------------------------------------"
sudo npm i -g npm
echo "-----------------------------------------------[#]-----------------------------------------------"
sudo npm i -g pm2
echo "-----------------------------------------------[#]-----------------------------------------------"
pm2 ls
echo "-----------------------------------------------[#]-----------------------------------------------"
df -h
echo "-----------------------------------------------[#]-----------------------------------------------"
du -sh ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment