Ajouter 'files/debian_install_nodejs.sh'

This commit is contained in:
Iwan Clément
2018-02-21 11:13:56 +00:00
parent 1501474a3e
commit 061db1c924

View File

@@ -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