fix install deps
This commit is contained in:
parent
743c82ad60
commit
8050441312
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user