Vanilla-OS / vanilla-system-operator

VSO is an utility which allows you to perform maintenance tasks on your Vanilla OS installation.
GNU General Public License v3.0
31 stars 15 forks source link

When Smart Update is disabled, the trigger update option doesn't work #24

Closed kbdharun closed 1 year ago

kbdharun commented 1 year ago

Ref image 1 Ref image 2

Steps to replicate

Error

When the vso update is triggered with smart update disabled nothing happens upon confirmation of the message.

cc @mirkobrombin

mirkobrombin commented 1 year ago

I figured it out. Looks like one of the latest ABRoot updates, breaks the --assume-yes flag. VSO should not even ask for confirmation.

mirkobrombin commented 1 year ago

fixed by https://github.com/Vanilla-OS/ABRoot/commit/1d35efa941d2c0523de469898e18fc1ba4c92d25 https://github.com/Vanilla-OS/vanilla-system-operator/commit/4004da632f49e07e830c5c5cb71ee17888845610 possible cause: https://github.com/Vanilla-OS/orchid/issues/13