Using cli install will force reinstall the installers that are otherwise guarded

This commit is contained in:
David Heinemeier Hansson
2024-06-03 16:25:43 -07:00
parent 6e6a32ca03
commit f39c367fd7
15 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
INSTALLER=$(gum file $OMAKUB_PATH/install)
[ -n "$INSTALLER" ] && gum confirm "Run installer?" && source $INSTALLER
[ -n "$INSTALLER" ] && gum confirm "Run installer?" && FORCE=1 source $INSTALLER