3 lines
116 B
Plaintext
3 lines
116 B
Plaintext
INSTALLER=$(gum file $OMAKUB_PATH/install)
|
|
[ -n "$INSTALLER" ] && gum confirm "Run installer?" && source $INSTALLER
|