diff --git a/updates-notifier.sh b/updates-notifier.sh index bebc5a9..c03751d 100755 --- a/updates-notifier.sh +++ b/updates-notifier.sh @@ -3,7 +3,7 @@ PATH=$PATH:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin # vars gotify -readonly TOKEN="AIbX-rqHb6h0-BZ" +readonly TOKEN="" #https://askubuntu.com/questions/269606/apt-get-count-the-number-of-updates-available num=`apt-get -q -y --ignore-hold --allow-change-held-packages --allow-unauthenticated -s dist-upgrade | /bin/grep ^Inst | wc -l`;