Fichiers obligatoires package Debian
This commit is contained in:
5
scripts/install-build-deps.sh
Executable file
5
scripts/install-build-deps.sh
Executable 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
|
Reference in New Issue
Block a user