Skip to content

Instantly share code, notes, and snippets.

@bgoonz
Last active July 16, 2021 15:12
Show Gist options
  • Save bgoonz/f055c802b4fa56f1bfe85d07c6eefafc to your computer and use it in GitHub Desktop.
Save bgoonz/f055c802b4fa56f1bfe85d07c6eefafc to your computer and use it in GitHub Desktop.
sudo apt update -y


sudo apt upgrade -y

git config --global user.name  bryan

git config --global user.email [email protected]

sudo apt update

sudo apt install build-essential

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
. ./.bashrc

nvm install --lts

sudo apt install unzip

npm install -g mocha



sudo apt update

sudo apt upgrade

sudo apt install python3


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment