OneCDOnly / sherpa

A mini-package-manager for QNAP NAS
GNU General Public License v3.0
114 stars 13 forks source link

idea: include flag to disable application update #219

Closed OneCDOnly closed 1 year ago

OneCDOnly commented 2 years ago

This flag should be placed in qpkg.conf in the relevant application config block.

OneCDOnly commented 1 year ago

Let's make this a user-selectable option via the service script. Something like:

/etc/init.d/sabnzbd.sh disable-auto-update

... and should probably include a way to reverse this:

/etc/init.d/sabnzbd.sh enable-auto-update
OneCDOnly commented 1 year ago

Done! All QPKGs that update from online repos now have the ability to disable/enable auto-updating.