From 7ae2cb872a2ba840271d9d8be714338faefc12a0 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 2 Aug 2016 00:37:34 +0200 Subject: Show ubuntu version in error. --- scripts/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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 ;; -- cgit v1.2.3