Files
states/files/debian_install_nodejs.sh
2018-02-21 11:13:56 +00:00

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