mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 03:55:22 +02:00
ubuntu-drivers: add Spanish translation (#15999)
This commit is contained in:
parent
87e070a38e
commit
35f21c25bf
1 changed files with 12 additions and 0 deletions
12
pages.es/linux/ubuntu-drivers.md
Normal file
12
pages.es/linux/ubuntu-drivers.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
# ubuntu-drivers
|
||||||
|
|
||||||
|
> Instala controladores en Ubuntu.
|
||||||
|
> Más información: <https://documentation.ubuntu.com/server/how-to/graphics/install-nvidia-drivers/index.html>.
|
||||||
|
|
||||||
|
- Lista los controladores disponibles para el equipo actual:
|
||||||
|
|
||||||
|
`sudo ubuntu-drivers list`
|
||||||
|
|
||||||
|
- Instala los controladores para el equipo detectado:
|
||||||
|
|
||||||
|
`sudo ubuntu-drivers install`
|
Loading…
Add table
Reference in a new issue