diff --git a/install.sh b/install.sh index e2e32876..4b3e1a6e 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ INSTALL_PATH="/usr/local/share/cikit" NOCHECK="--no-requirements-check" ARGS="$*" -if [[ "$ARGS" =~ .*$NOCHECK.* ]]; then +if [[ ! "$ARGS" =~ .*$NOCHECK.* ]]; then MISSING="" for COMMAND in vagrant VBoxManage ansible-playbook; do