Browse Source

nvm version bump

master
Dan Janosik 5 years ago
committed by GitHub
parent
commit
9d64902025
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/Server-Setup.md

2
docs/Server-Setup.md

@ -3,7 +3,7 @@
apt update
apt upgrade
apt install git python-software-properties software-properties-common nginx gcc g++ make
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.2/install.sh | bash
nvm install 10.14.1 ## LTS release of NodeJS as of 2018-11-29, via https://nodejs.org/en/
npm install pm2 --global
add-apt-repository ppa:certbot/certbot

Loading…
Cancel
Save