added curl package for debian jessie

seems like `curl` package is not part of debian base setup
This commit is contained in:
Tobias Nix 2016-12-15 13:11:39 +01:00 committed by Bigard Florian
parent 5fd3af0236
commit 1aac22b46d

View File

@ -20,11 +20,12 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi
* unzip * unzip
* wget * wget
* sed * sed
* curl
### Debian Jessie ### 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 # npm install -g bower
# ln -s /usr/bin/nodejs /usr/bin/node # ln -s /usr/bin/nodejs /usr/bin/node
```` ````