We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bc89b commit fe40435Copy full SHA for fe40435
1 file changed
install.sh
@@ -4,7 +4,7 @@ INSTALL_PATH="/usr/local/share/cikit"
4
NOCHECK="--no-requirements-check"
5
ARGS="$*"
6
7
-if [[ "$ARGS" =~ .*$NOCHECK.* ]]; then
+if [[ ! "$ARGS" =~ .*$NOCHECK.* ]]; then
8
MISSING=""
9
10
for COMMAND in vagrant VBoxManage ansible-playbook; do
0 commit comments