Skip to content

Instantly share code, notes, and snippets.

@lauri-kaariainen
Created December 16, 2022 15:04
Show Gist options
  • Save lauri-kaariainen/1c39b18b86942da9e3f04b689f40085d to your computer and use it in GitHub Desktop.
Save lauri-kaariainen/1c39b18b86942da9e3f04b689f40085d to your computer and use it in GitHub Desktop.
ubuntu node deployscript
sudo apt install build-essential git nodejs htop curl -y;
sudo apt update;sudo apt upgrade -y;
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash;
nvm install v17.9.1;
npm install --global yarn;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment