mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 09:58:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Rebuild all modules for the currently running kernel:
|
||||
|
||||
`dkms autoinstall`
|
||||
`sudo dkms autoinstall`
|
||||
|
||||
- Install version 1.2.1 of the acpi_call module for the currently running kernel:
|
||||
|
||||
`dkms install -m {{acpi_call}} -v {{1.2.1}}`
|
||||
`sudo dkms install -m {{acpi_call}} -v {{1.2.1}}`
|
||||
|
||||
- Remove version 1.2.1 of the acpi_call module from all kernels:
|
||||
|
||||
`dkms remove -m {{acpi_call}} -v {{1.2.1}} --all`
|
||||
`sudo dkms remove -m {{acpi_call}} -v {{1.2.1}} --all`
|
||||
|
||||
Reference in New Issue
Block a user