Skip to content

Commit

Permalink
#147: Fix installation without requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
BR0kEN- committed Jul 8, 2018
1 parent a6bc89b commit fe40435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe40435

Please sign in to comment.