Created
December 20, 2017 17:49
-
-
Save abelardojarab/87cad4d24688b692a62b51120ca29e7e to your computer and use it in GitHub Desktop.
Command to rebuild all DKMS modules for all installed kernels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ls /var/lib/initramfs-tools | \ | |
| sudo xargs -n1 /usr/lib/dkms/dkms_autoinstaller start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment