Allow running even if not bootstrapped.

The force flag should also work if bootstrapping
hasn't occured at all, or occured externally to
smithy.

Change-Id: I997c0817d583452dda4491bf4c342a13e575256a
This commit is contained in:
Joshua Harlow 2013-08-11 14:06:21 -07:00
parent 929d86d7f0
commit 1fc401fbd9

2
smithy
View File

@ -312,7 +312,7 @@ if ! needs_bootstrap; then
elif ! $BOOTSTRAP; then elif ! $BOOTSTRAP; then
echo "This system needs to be updated in order to run anvil!" >&2 echo "This system needs to be updated in order to run anvil!" >&2
echo "Running 'sudo $SMITHY_NAME --bootstrap' will attempt to do so." >&2 echo "Running 'sudo $SMITHY_NAME --bootstrap' will attempt to do so." >&2
exit 1 puke
fi fi
## Bootstrap smithy ## Bootstrap smithy