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
Post a Comment