Skip to content

Instantly share code, notes, and snippets.

View tompayne's full-sized avatar

Tom Payne tompayne

View GitHub Profile
#!/usr/bin/env bash
echo "
----------------------
NODE & NPM
----------------------
"
# add nodejs 16 ppa (personal package archive) from nodesource
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -