Drop force, allow (almost) everything to just reinstall/update

This commit is contained in:
David Heinemeier Hansson
2024-06-04 15:02:54 -07:00
parent f4f893d06a
commit 456e4d820b
11 changed files with 111 additions and 115 deletions

View File

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