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

fix: removing creation of autostart file for 'vso tasks rotate' #131

Closed nellfs closed 2 months ago

nellfs commented 2 months ago

closes #130

This PR removes the creation of the autostart file for vso tasks rotate

It depends on this other PR https://github.com/Vanilla-OS/desktop-image/pull/140 to be merged

mirkobrombin commented 2 months ago

I think it's the opposite. First we have to merge this and then the other one in desktop-image, otherwise we'll need 2 more builds.

Note: next time name your commit fix[close #130]: remove the creation of 'vso tasks rotate' autostart file as per guidelines, ty.