From ad8b401fc4b678d2afa3395d33e5a4ee3d383f1d Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Fri, 16 Feb 2024 13:02:39 +0100 Subject: [PATCH] Updates --- scripts/installupdates.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/installupdates.sh b/scripts/installupdates.sh index ddd2666..ea89e20 100755 --- a/scripts/installupdates.sh +++ b/scripts/installupdates.sh @@ -48,7 +48,7 @@ else fi echo "" -if [[ $(_isInstalledYay "Timeshift") == 1 ]] ;then +if [[ $(_isInstalledYay "timeshift") == "0" ]] ;then if gum confirm "DO YOU WANT TO CREATE A SNAPSHOT?" ;then echo "" c=$(gum input --placeholder "Enter a comment for the snapshot...") @@ -66,11 +66,6 @@ if [[ $(_isInstalledYay "Timeshift") == 1 ]] ;then echo "" fi -echo "-----------------------------------------------------" -echo "Start update" -echo "-----------------------------------------------------" -echo "" - yay notify-send "Update complete"