Allow for updating when we switch to git for install
This commit is contained in:
parent
d5a187ddc0
commit
14baed6996
@ -3,7 +3,7 @@
|
||||
source $OMAKUB_PATH/ascii.sh
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
SUB=$(gum choose "Help" "Theme" "Font" "Install" --height 7 --header "" | tr '[:upper:]' '[:lower:]')
|
||||
SUB=$(gum choose "Help" "Theme" "Font" "Install" "Update" --height 8 --header "" | tr '[:upper:]' '[:lower:]')
|
||||
else
|
||||
SUB=$1
|
||||
fi
|
||||
|
3
bin/omakub-update
Normal file
3
bin/omakub-update
Normal file
@ -0,0 +1,3 @@
|
||||
cd $OMAKUB_PATH
|
||||
git pull
|
||||
cd -
|
Loading…
Reference in New Issue
Block a user