| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index 3dd36d0bdf0b1726174ce6592ea76c7dcf858896..6853794469b03b75ceaa6ecf4049a6b1ef0285c0 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -72,11 +72,11 @@ if ! which lsb_release > /dev/null; then
|
| fi
|
|
|
| lsb_release=$(lsb_release --codename --short)
|
| -ubuntu_codenames="(precise|trusty|utopic|vivid|wily|xenial)"
|
| +ubuntu_codenames="(precise|trusty|wily|xenial|yakkety)"
|
| 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), 14.04 (trusty), " \
|
| - "14.10 (utopic), 15.04 (vivid), 15.10 (wily) and 16.04 (xenial) " \
|
| + "15.10 (wily), 16.04 (xenial), and the development branch " \
|
| "are currently supported" >&2
|
| exit 1
|
| fi
|
|
|