Check bits before installation. This will also create the link in /tmp if it is needed

Change-Id: Ie449cf778e94cdfc56e44ff9ed5c1c92abc177c7
diff --git a/tools/test/bin/onos-install b/tools/test/bin/onos-install
index 4cc403a..e9763ca 100755
--- a/tools/test/bin/onos-install
+++ b/tools/test/bin/onos-install
@@ -33,6 +33,8 @@
 [ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
 . $ONOS_ROOT/tools/build/envDefaults
 
+onos-check-bits
+
 while getopts fnm: o; do
     case "$o" in
         f) uninstall=true;;