summaryrefslogtreecommitdiffstats
path: root/tools/install-deps
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install-deps')
-rwxr-xr-xtools/install-deps3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/install-deps b/tools/install-deps
index 1b7b433..1047afd 100755
--- a/tools/install-deps
+++ b/tools/install-deps
@@ -19,7 +19,8 @@ if [[ "$OSTYPE" =~ "linux" ]]; then
DIST=`lsb_release -si`
REL=`lsb_release -sr`
if ( [[ $DIST =~ "Debian" ]] && (( `echo "$REL > 8" | bc -l` )) ) || \
- ( [[ $DIST =~ "Ubuntu" ]] && (( `echo "$REL > 14.10" | bc -l` )) ); then
+ ( [[ $DIST =~ "Ubuntu" ]] && (( `echo "$REL > 14.10" | bc -l` )) ) || \
+ ( [[ "$REL" == "unstable" ]] ); then
apt-get --yes install libtool-bin
fi
# install Lua for build-pkg