https://www.puolanka.org/goto/update-notifier/general-update-notifier/
Edit 19.6.2023: In antiX Linux has a bug which does not update menus automatically sometimes, so if happens, run
desktop-menu --write-out-global
after update.
#####################################################
https://www.puolanka.org/goto/update-notifier/update-notifier-sysvinit/
https://www.puolanka.org/goto/update-notifier/update-notifier-runit/
….. If you want to use antiX-updater, change PHASE2 or PHASE2user as
#!/bin/bash
#
A=$(grep -o 'apt list' /tmp/a.txt)
B=$(grep -o 'apt list' /tmp/b.txt)
sleep 100
if [ "$A" = "$B" ]
then
sleep 180
cd /usr/local/bin && ./yad-updater
else
sleep 5
fi