Fichiers obligatoires package Debian

This commit is contained in:
2015-10-20 17:17:42 +02:00
parent 73ed7ef4e2
commit 4df989270e
7 changed files with 19 additions and 7 deletions

5
scripts/install-build-deps.sh Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
apt-get install --yes --no-install-recommends curl ca-certificates || exit 1
curl --silent --location https://deb.nodesource.com/setup_4.x | bash - || exit 1
apt-get install --yes nodejs || exit 1