You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -f "/usr/lib/update-notifier/apt-check" ]]; then
if [[ "$(/usr/lib/update-notifier/apt-check -p 2>&1 || :)" == "" ]] && ! una updates &>/dev/null; then
return;
fi
else
if ! una updates &>/dev/null; then
return;
fi
fi
zenity --question --text 'Updated packages are available. Do you wish to upgrade?' --width 200 && x-terminal-emulator -e 'una upgrade; echo; echo "You can now close this window or press ENTER to close."; read enter' &