debian.sh 165 B

123456
  1. #!/bin/sh
  2. apt-get update
  3. apt-get install -y build-essential python pkg-config curl
  4. curl -sL https://deb.nodesource.com/setup_6.x | bash -
  5. apt-get install -y nodejs