Add curl to Gitian setup instrustions

curl is required to fetch dependencies

Github-Pull: #7658
Rebased-From: ce41cf082c861cc8d333b811b3101d52d06f50ec
This commit is contained in:
BtcDrak 2016-03-09 09:20:16 +00:00 committed by MarcoFalke
parent d3ead9bcb6
commit 5583a3d0a7

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
``` ```