mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-30 19:41:40 +00:00
22 lines
437 B
Plaintext
22 lines
437 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# ikaros
|
|
|
|
> Vanilla OS Tool for managing drivers for your device.
|
|
> More information: <https://github.com/Vanilla-OS/Ikaros>.
|
|
|
|
- Interactively install drivers for your device:
|
|
|
|
`ikaros install {{device}}`
|
|
|
|
- Automatically install the recommended drivers for your device:
|
|
|
|
`ikaros auto-install {{device}}`
|
|
|
|
- List devices:
|
|
|
|
`ikaros list-devices`
|