diff options
author | chriseth <c@ethdev.com> | 2016-08-02 06:37:34 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-02 17:18:28 +0800 |
commit | 7ae2cb872a2ba840271d9d8be714338faefc12a0 (patch) | |
tree | 7d4fe0337f152bdeb0cdcdd30d1aacd399504601 | |
parent | 8a801879d13060432ad44822ebc0b3ca9ae722a6 (diff) | |
download | dexon-solidity-7ae2cb872a2ba840271d9d8be714338faefc12a0.tar dexon-solidity-7ae2cb872a2ba840271d9d8be714338faefc12a0.tar.gz dexon-solidity-7ae2cb872a2ba840271d9d8be714338faefc12a0.tar.bz2 dexon-solidity-7ae2cb872a2ba840271d9d8be714338faefc12a0.tar.lz dexon-solidity-7ae2cb872a2ba840271d9d8be714338faefc12a0.tar.xz dexon-solidity-7ae2cb872a2ba840271d9d8be714338faefc12a0.tar.zst dexon-solidity-7ae2cb872a2ba840271d9d8be714338faefc12a0.zip |
Show ubuntu version in error.
-rwxr-xr-x | scripts/install_deps.sh | 2 |
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 ;; |