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

Hook error #101

Closed code-leech closed 4 months ago

code-leech commented 5 months ago

When I try to install anything it gives error message: E: Problem executing scripts DPkg::Post-Invoke '/usr/share/vso/hooks/apt-post' E: Sub process returned an error code Error: exit status 100 Usage: vso install [flags] Flags: -h --help help for install

code-leech commented 5 months ago

PS It doesn't export and for some reason Gnome Software won't load. Maybe it's connected or a plugin needs to be included

taukakao commented 4 months ago

This is now fixed but we can sadly not fix this bug in old images. You will have to adapt the /usr/share/vso/hooks/apt-post file yourself. Here are the contents of the new file: https://github.com/Vanilla-OS/vso-image/blob/main/includes.container/usr/share/vso/hooks/apt-post

You can also reinitialize the vso container but you will loose everything installed in there.