Merge pull request #171 from turnersr/patch-1

Made apt-get options consistent
This commit is contained in:
Ned Williamson 2016-04-27 17:33:33 -04:00
commit bc4fd92bc9
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Linux)
# pin build deps, good?
if which apt-get; then
echo "apt-getting pin tool building deps"
sudo apt-get install gcc-multilib g++-multilib || echo "WARNING: apt-get failed"
sudo apt-get -qq -y install gcc-multilib g++-multilib || echo "WARNING: apt-get failed"
else
echo "WARNING: you don't have apt-get, you are required to fetch pin tool building deps (e.g. 32 bit libs) on your own"
fi