Updates
This commit is contained in:
parent
ea26ad635b
commit
ad8b401fc4
|
@ -48,7 +48,7 @@ else
|
||||||
fi
|
fi
|
||||||
echo ""
|
echo ""
|
||||||
|
|
||||||
if [[ $(_isInstalledYay "Timeshift") == 1 ]] ;then
|
if [[ $(_isInstalledYay "timeshift") == "0" ]] ;then
|
||||||
if gum confirm "DO YOU WANT TO CREATE A SNAPSHOT?" ;then
|
if gum confirm "DO YOU WANT TO CREATE A SNAPSHOT?" ;then
|
||||||
echo ""
|
echo ""
|
||||||
c=$(gum input --placeholder "Enter a comment for the snapshot...")
|
c=$(gum input --placeholder "Enter a comment for the snapshot...")
|
||||||
|
@ -66,11 +66,6 @@ if [[ $(_isInstalledYay "Timeshift") == 1 ]] ;then
|
||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "-----------------------------------------------------"
|
|
||||||
echo "Start update"
|
|
||||||
echo "-----------------------------------------------------"
|
|
||||||
echo ""
|
|
||||||
|
|
||||||
yay
|
yay
|
||||||
|
|
||||||
notify-send "Update complete"
|
notify-send "Update complete"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user