mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-21 04:44:21 +01:00
5 lines
137 B
Bash
5 lines
137 B
Bash
#!/bin/bash
|
|
|
|
INSTALLER=$(gum file $OMAKUB_PATH/install)
|
|
[ -n "$INSTALLER" ] && gum confirm "Run installer?" && FORCE=1 source $INSTALLER
|