diff --git a/notify.sh b/notify.sh index f7cb4b6..168ca58 100755 --- a/notify.sh +++ b/notify.sh @@ -10,6 +10,5 @@ INFO=`curl -Ls https://www.kernel.org/ | perl -lne 'BEGIN{$/=""} print "$1 $2" i LASTVERSION=`echo ${INFO} | cut -d' ' -f 2` if [ ${CURRENT} != ${LASTVERSION} ] ; then - PAT - notify-send -i ${ICON} "Kernel update" "Need version available (${LASTVERSION})" + notify-send -i ${ICON} "Kernel update" "Need version available (${LASTVERSION})" fi