Updated void-updater.sh
This commit is contained in:
parent
ebf74a5aec
commit
89a09365bb
@ -6,7 +6,9 @@ while true;do
|
||||
|
||||
if [ $n -gt 0 ];then
|
||||
|
||||
zenity --info --title="Update Notifier - (${n})" --text="There are currently ${n} system updates available!"
|
||||
#zenity --info --title="Update Notifier - (${n})"
|
||||
--text="There are currently ${n} system updates available!"
|
||||
notify-send "There are ${n} system updates available"
|
||||
echo "There are currently "${n}" updates available!"
|
||||
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user