From a4bf20e22dcefd0742586b4d7fba6155eefb4464 Mon Sep 17 00:00:00 2001 From: panticz Date: Wed, 28 Oct 2020 20:48:31 +0100 Subject: [PATCH] Update INSTALL.md use sudo on Debian / Ubuntu --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 4589e43..bc614f0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -29,7 +29,7 @@ Gentoo :
`emerge app-misc/g810-led`
Debian (unstable, and 10 or later), Ubuntu 19.04 or later :
-`apt install g810-led` +`sudo apt install g810-led` Solus :
`sudo eopkg install g810-led`
@@ -65,4 +65,4 @@ Gentoo :
Same as install, but your profile and reboot files are preserved.
## Uninstall :
-`sudo make uninstall`
\ No newline at end of file +`sudo make uninstall`