centos.sh 101 B

1234
  1. #!/bin/sh
  2. curl -sL https://rpm.nodesource.com/setup_6.x | bash -
  3. yum install -y gcc-c++ make nodejs