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`