Skip to content

Commit

Permalink
Allow for updating when we switch to git for install
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Jun 4, 2024
1 parent d5a187d commit 14baed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/omakub
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions bin/omakub-update
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cd $OMAKUB_PATH
git pull
cd -

0 comments on commit 14baed6

Please sign in to comment.