void-updater.sh: correct broken line format
Former-commit-id: 4b10e2ed30dce571b2c170e805aa106716e4f39e Former-commit-id: 320e6a7c93e7d780c75b3b52628fcb3be3e157ad
This commit is contained in:
parent
a3bb2e9aae
commit
e6ba919502
@ -6,8 +6,7 @@ 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!"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user