installer: reference the --no-deps-check option properly (#1305)

This commit is contained in:
Jeff Kaufman
2016-10-24 12:00:27 -05:00
committed by GitHub
parent 14b4723326
commit 09478cac70
+1 -1
View File
@@ -376,7 +376,7 @@ $(cat /etc/redhat-release) Expected 5 or 6."
fail "
This doesn't appear to be a deb-based distro or an rpm-based one. Not going to
be able to install dependencies. Please install dependencies manually and rerun
with --depsinstalled."
with --no-deps-check."
fi
echo "Dependencies are all set."
else