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
fi
fi
sudo apt-get install -y --force-yes libgcrypt20
sudo apt-get install -y --force-yes libgcrypt20-dev
if [ $? != 0 ]
then
sudo apt-get install -y --force-yes libgcrypt11
sudo apt-get install -y --force-yes libgcrypt11-dev
fi
else
## RPM-based distro