Skip to content

Commit fe40435

Browse files
committed
#147: Fix installation without requirements
1 parent a6bc89b commit fe40435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ INSTALL_PATH="/usr/local/share/cikit"
44
NOCHECK="--no-requirements-check"
55
ARGS="$*"
66

7-
if [[ "$ARGS" =~ .*$NOCHECK.* ]]; then
7+
if [[ ! "$ARGS" =~ .*$NOCHECK.* ]]; then
88
MISSING=""
99

1010
for COMMAND in vagrant VBoxManage ansible-playbook; do

0 commit comments

Comments
 (0)