From 061db1c92438a3d7f542b44d087259a007daf5b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iwan=20Cl=C3=A9ment?= Date: Wed, 21 Feb 2018 11:13:56 +0000 Subject: [PATCH] Ajouter 'files/debian_install_nodejs.sh' --- files/debian_install_nodejs.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 files/debian_install_nodejs.sh 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