Fixed bug
This commit is contained in:
parent
aa67e02c67
commit
fda7d465b7
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue