Skip to content

Instantly share code, notes, and snippets.

@hrkt
Created February 13, 2020 21:26
Show Gist options
  • Save hrkt/da2bbe805d9af1a0e44d112e22a7b9d9 to your computer and use it in GitHub Desktop.
Save hrkt/da2bbe805d9af1a0e44d112e22a7b9d9 to your computer and use it in GitHub Desktop.
install_node_12_centos.sh
#!/bin/bash
# https://github.com/nodesource/distributions/blob/master/README.md#rpm
curl -sL https://rpm.nodesource.com/setup_12.x | sudo bash -
sudo yum install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment