[Docs] Gitian: missing 'curl' download added to documentaiton

Debian 8.4 doesn't have 'curl' installed by default.
This commit is contained in:
crowning- 2016-04-22 23:52:34 +02:00
parent 5fc47d4c7b
commit 46ca9ddafd

View File

@ -252,7 +252,7 @@ First we need to log in as `root` to set up dependencies and make sure that our
user can use the sudo command. Type/paste the following in the terminal: user can use the sudo command. Type/paste the following in the terminal:
```bash ```bash
apt-get install git ruby sudo apt-cacher-ng qemu-utils debootstrap lxc python-cheetah parted kpartx bridge-utils make ubuntu-archive-keyring apt-get install git ruby sudo apt-cacher-ng qemu-utils debootstrap lxc python-cheetah parted kpartx bridge-utils make ubuntu-archive-keyring curl
adduser debian sudo adduser debian sudo
``` ```