Show ubuntu version in error.

This commit is contained in:
chriseth 2016-08-02 00:37:34 +02:00
parent 8a801879d1
commit 7ae2cb872a

View File

@ -298,7 +298,7 @@ case $(uname -s) in
;; ;;
*) *)
#other Ubuntu #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." echo "We only support Trusty, Utopic, Vivid, Wily and Xenial, with work-in-progress on Yakkety."
exit 1 exit 1
;; ;;