Describe the Bug
When a package is updated by patching_as_code they're marked as manually installed, this is primarily an issue for kernel images and headers, thus causes old versions not to be removed by apt autoremove.
Expected Behavior
Updated packages should be marked as automatically installed
Steps to Reproduce
Steps to reproduce the behavior:
Update linux image or linux headers using PAC
Environment
Additional Context
Adding --mark-auto to the apt install command should solve this issue
Describe the Bug
When a package is updated by patching_as_code they're marked as manually installed, this is primarily an issue for kernel images and headers, thus causes old versions not to be removed by apt autoremove.
Expected Behavior
Updated packages should be marked as automatically installed
Steps to Reproduce
Steps to reproduce the behavior:
Update linux image or linux headers using PAC
Environment
Additional Context
Adding --mark-auto to the apt install command should solve this issue