diff --git a/files/debian_install_nodejs.sh b/files/debian_install_nodejs.sh new file mode 100644 index 0000000..48e7738 --- /dev/null +++ b/files/debian_install_nodejs.sh @@ -0,0 +1,2 @@ +#!/bin/bash +curl -sL https://deb.nodesource.com/setup_6.x | bash - && apt-get -y update && apt-get install -y nodejs \ No newline at end of file