From c79f2282b7a85dc21dc32bf41ad19829f40df92e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 13 Jun 2024 12:01:04 +0200 Subject: [PATCH] Give time to see the update message --- bin/omakub-update | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omakub-update b/bin/omakub-update index 6006134..4b4c0fb 100644 --- a/bin/omakub-update +++ b/bin/omakub-update @@ -1,3 +1,4 @@ cd $OMAKUB_PATH git pull cd - +gum spin --spinner globe --title "Update has completed!" -- sleep 3