fix install deps

This commit is contained in:
Timofey Turenko
2017-05-30 17:55:43 +03:00
parent 743c82ad60
commit 8050441312

View File

@ -25,10 +25,10 @@ then
sudo apt-get install -y --force-yes libgnutls28-dev sudo apt-get install -y --force-yes libgnutls28-dev
fi fi
fi fi
sudo apt-get install -y --force-yes libgcrypt20 sudo apt-get install -y --force-yes libgcrypt20-dev
if [ $? != 0 ] if [ $? != 0 ]
then then
sudo apt-get install -y --force-yes libgcrypt11 sudo apt-get install -y --force-yes libgcrypt11-dev
fi fi
else else
## RPM-based distro ## RPM-based distro