From e58532bdc9a6777d365eea39d7c911d74eaa9b45 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Sun, 3 Nov 2024 12:13:23 +0100 Subject: [PATCH] Updates --- share/dotfiles/.config/ml4w/scripts/installupdates.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/share/dotfiles/.config/ml4w/scripts/installupdates.sh b/share/dotfiles/.config/ml4w/scripts/installupdates.sh index dce817c8..e7a84e55 100755 --- a/share/dotfiles/.config/ml4w/scripts/installupdates.sh +++ b/share/dotfiles/.config/ml4w/scripts/installupdates.sh @@ -38,6 +38,7 @@ else fi if [[ $(_isInstalledAUR "timeshift") == "0" ]] ;then + echo if gum confirm "DO YOU WANT TO CREATE A SNAPSHOT?" ;then echo c=$(gum input --placeholder "Enter a comment for the snapshot...") @@ -47,10 +48,10 @@ if [[ $(_isInstalledAUR "timeshift") == "0" ]] ;then echo ":: DONE. Snapshot $c created!" echo elif [ $? -eq 130 ]; then - echo ":: Snapshot canceled." + echo ":: Snapshot skipped." exit 130 else - echo ":: Snapshot canceled." + echo ":: Snapshot skipped." fi echo fi