aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh
index f1585178..865242c6 100755
--- a/scripts/install_deps.sh
+++ b/scripts/install_deps.sh
@@ -298,7 +298,7 @@ case $(uname -s) in
;;
*)
#other Ubuntu
- echo "ERROR - Unknown or unsupported Ubuntu version."
+ echo "ERROR - Unknown or unsupported Ubuntu version (" $(lsb_release -cs) ")"
echo "We only support Trusty, Utopic, Vivid, Wily and Xenial, with work-in-progress on Yakkety."
exit 1
;;