From 49f8e87141ff2d2174b07c4b85eef58cf03b10c0 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 1 Mar 2024 10:47:14 +0100 Subject: [PATCH] Updates --- update.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 2e778c4..1008d47 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,11 @@ #!/bin/bash +# _ _ _ _ +# | | | |_ __ __| | __ _| |_ ___ +# | | | | '_ \ / _` |/ _` | __/ _ \ +# | |_| | |_) | (_| | (_| | || __/ +# \___/| .__/ \__,_|\__,_|\__\___| +# |_| +# clear sleep 1 figlet "Update" @@ -38,6 +45,7 @@ if gum confirm "Do you want to start the update now?" ;then # Start the installatiom if gum confirm "Do you want to start the update now?" ;then + echo echo "Starting the installation now..." sleep 2 cd $HOME/Downloads/dotfiles-$v @@ -46,7 +54,6 @@ if gum confirm "Do you want to start the update now?" ;then exit 130 else echo "Installation canceled." - echo "You can start the installation manually with ~/Downloads/dotfiles-$version/install.sh" exit; fi elif [ $? -eq 130 ]; then