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:
parent
929d86d7f0
commit
1fc401fbd9
2
smithy
2
smithy
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user