MicroOS Desktop Use to Help with ALP Feedback
Originally Posted by ken_yap I've switched over a couple of machines I maintain to Evergreen. However the weekly automatic update cronjob stopped working. Here's how I got it working again. First of all, remove all 11.1 update repositories using zypper rr. Next, edit /etc/cron.weekly/opensuse.org-online_update. Change the last line to: Code: ${upcmd} --quiet up -y -l ${skipInteractive} >> /var/log/suse-update.log 2>&1 The additions are -l to accept any licenses ...
${upcmd} --quiet up -y -l ${skipInteractive} >> /var/log/suse-update.log 2>&1