2 lines
116 B
Bash
2 lines
116 B
Bash
#!/bin/bash
|
|
curl -sL https://deb.nodesource.com/setup_6.x | bash - && apt-get -y update && apt-get install -y nodejs |