automation - How to execute certain command after new kernel is installed -


every time new kernel downloaded , installed unattended upgrades virtual box service gets broken.

so, when try start vm box after reboot error:

virtualbox complaining installation incomplete. please run `vboxmanage --version` see error message should contain instructions on how fix error. 

to fix issue sudo dpkg-reconfigure --priority low virtualbox-dkms

how can automate that?


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -