sunhat/bin/sunhat-install

3 lines
116 B
Plaintext
Raw Normal View History

2024-06-09 04:16:43 -05:00
INSTALLER=$(gum file $SUNHAT_PATH/install)
[ -n "$INSTALLER" ] && gum confirm "Run installer?" && source $INSTALLER