summaryrefslogtreecommitdiffstats
path: root/tools/install-deps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install-deps')
-rwxr-xr-xtools/install-deps2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/install-deps b/tools/install-deps
index a7cd4cb..1b7b433 100755
--- a/tools/install-deps
+++ b/tools/install-deps
@@ -14,6 +14,8 @@ if [[ "$OSTYPE" =~ "linux" ]]; then
if ! [[ `uname -m` =~ "i686" ]]; then
apt-get --yes install g++-multilib libc6-dev-i386
fi
+ # install bc to compare Debian releases
+ apt-get --yes install bc
DIST=`lsb_release -si`
REL=`lsb_release -sr`
if ( [[ $DIST =~ "Debian" ]] && (( `echo "$REL > 8" | bc -l` )) ) || \