mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Show ubuntu version in error.
This commit is contained in:
parent
8a801879d1
commit
7ae2cb872a
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user