Skip to content

Commit

Permalink
added curl package for debian jessie
Browse files Browse the repository at this point in the history
seems like `curl` package is not part of debian base setup
  • Loading branch information
tobiasnix authored and Bigard Florian committed Dec 15, 2016
1 parent 5fd3af0 commit 1aac22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
````
Expand Down

0 comments on commit 1aac22b

Please sign in to comment.