From 18d44bfc1340cec07b8f2fb92f72e337a35bc147 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Mon, 17 Mar 2025 02:48:25 +0200 Subject: [PATCH] ubuntu-drivers: add page (#15955) Create ubuntu-drivers.md --- pages/linux/ubuntu-drivers.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/ubuntu-drivers.md diff --git a/pages/linux/ubuntu-drivers.md b/pages/linux/ubuntu-drivers.md new file mode 100644 index 0000000000..caa32f3f5a --- /dev/null +++ b/pages/linux/ubuntu-drivers.md @@ -0,0 +1,12 @@ +# ubuntu-drivers + +> Install drivers on Ubuntu. +> More information: . + +- List available drivers for the current hardware: + +`sudo ubuntu-drivers list` + +- Install drivers for detected hardware: + +`sudo ubuntu-drivers install`