diff options
-rwxr-xr-x | build/install-build-deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index b85eddd..a470ede 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -116,7 +116,7 @@ __EOF__ fi } -if ! egrep -q 'Ubuntu (8\.04|8\.10|9\.04|9\.10)' /etc/issue; then +if ! egrep -q 'Ubuntu (8\.04|8\.10|9\.04|9\.10|karmic|lucid)' /etc/issue; then echo "Only Ubuntu 8.04, 8.10, 9.04, and 9.10 are currently supported" >&2 exit 1 fi |