Signed-off-by: Jacob Stiffler <[email protected]>
---
 setup-host-check.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup-host-check.sh b/setup-host-check.sh
index 3d21d28..f1d63d0 100644
--- a/setup-host-check.sh
+++ b/setup-host-check.sh
@@ -39,10 +39,10 @@ echo "Verifying Linux host distribution"
 
 get_host_type host
 
-if [ "$host" != "lucid" -a "$host" != "precise" -a "$host" != "trusty" ]; then
-    echo "Unsupported host machine, only Ubuntu 12.04 LTS and Ubuntu 14.04 LTS 
are supported"
+if [ "$host" != "lucid" -a "$host" != "precise" -a "$host" != "trusty" -a 
"$host" != "xenial" ]; then
+    echo "Unsupported host machine, only Ubuntu 12.04 LTS, Ubuntu 14.04 LTS, 
and Ubuntu 16.04 LTS are supported"
     exit 1
 fi
-echo "Ubuntu 12.04 LTS and Ubuntu 14.04 LTS is being used, continuing.."
+echo "Ubuntu 12.04 LTS, Ubuntu 14.04, or Ubuntu 14.04 LTS is being used, 
continuing.."
 echo 
"--------------------------------------------------------------------------------"
 echo
-- 
1.9.1

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to