AFK-OS / una

Una (Una's Not APT) - A complete MPR helper
GNU General Public License v3.0
105 stars 12 forks source link

Cannot disable auto-updater #17

Closed Ecorous closed 2 years ago

Ecorous commented 2 years ago

The auto-updater is really annoying, and happens around every 5 minutes. I would like a way to lengthen the time it takes to once per day to auto update instead of interrupting me every 5 minutes, or just disable the whole thing and I'll update myself

Ecorous commented 2 years ago

Can someone provide a method of disabling this?

FlyinPancake commented 2 years ago

It's so bad

Merith-TK commented 2 years ago

like seriously, I left to go shopping and came back to there being sixty popups for una saying there are updates, its worse than windows wants to update,

rgvxsthi commented 2 years ago

Hi there,

I managed to get the auto-updater to stop messing with my brain and removing una, makedeb and the auto-updater by using the following commands (run line-by-line):

sudo apt-get remove una-bin makedeb sudo apt-get autoremove sudo rm -f /var/lib/una sudo rm /bin/una sudo rm /bin/una-updater sudo rm /bin/una-completion

Ecorous commented 2 years ago

I don't want to remove una. I want to remove the updater

rgvxsthi commented 2 years ago

I believe if you remove the updater i.e. the second last line, it should do the job. Try making a backup of the file and then removing the original una-updater file from /bin/ and see if the annoying pop ups stop.

RudraSwat commented 2 years ago

Was planning to reduce the frequency of the auto-updater (yep, it really annoys me too). Been a bit busy with other stuff and will take a look at this.

RudraSwat commented 2 years ago

Fixed the issue (check #21).