Skip to content

Instantly share code, notes, and snippets.

@come25136
Last active April 17, 2021 16:59
Show Gist options
  • Save come25136/b2fb6531aa67a9bcac7bdbbb97e93e39 to your computer and use it in GitHub Desktop.
Save come25136/b2fb6531aa67a9bcac7bdbbb97e93e39 to your computer and use it in GitHub Desktop.
#!/bin/sh
apt update -y &&
apt upgrade -y &&
apt install -y nodejs npm &&
npm i -g n &&
n lts &&
apt purge -y nodejs npm &&
exec $SHELL -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment