Index: build/install-build-deps.sh |
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh |
index a9ec4ec325fbfec22a1eae241949b95e126d4ee6..d1d844a47f2cd0ce58c5abd7d688d48b40965ad8 100755 |
--- a/build/install-build-deps.sh |
+++ b/build/install-build-deps.sh |
@@ -73,10 +73,10 @@ if ! which lsb_release > /dev/null; then |
fi |
lsb_release=$(lsb_release --codename --short) |
-ubuntu_codenames="(precise|quantal|raring|saucy|trusty)" |
+ubuntu_codenames="(precise|quantal|raring|saucy|trusty|utopic)" |
if [ 0 -eq "${do_unsupported-0}" ] && [ 0 -eq "${do_quick_check-0}" ] ; then |
if [[ ! $lsb_release =~ $ubuntu_codenames ]]; then |
- echo "ERROR: Only Ubuntu 12.04 (precise) through 14.04 (trusty) are"\ |
+ echo "ERROR: Only Ubuntu 12.04 (precise) through 14.10 (utopic) are"\ |
"currently supported" >&2 |
exit 1 |
fi |