From 1aac22b46dd0dfec198b2ba4c849d1f598810218 Mon Sep 17 00:00:00 2001 From: Tobias Nix Date: Thu, 15 Dec 2016 13:11:39 +0100 Subject: [PATCH] added `curl` package for debian jessie seems like `curl` package is not part of debian base setup --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 707b3a2..437719b 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi * unzip * wget * sed + * curl ### Debian Jessie ```` -# apt-get install openvpn apache2 php5-mysql mysql-server php5 nodejs unzip git wget sed npm +# apt-get install openvpn apache2 php5-mysql mysql-server php5 nodejs unzip git wget sed npm curl # npm install -g bower # ln -s /usr/bin/nodejs /usr/bin/node ````