File: 0008-Fixed-command-for-Add-users-to-group-plugdev.patch

package info (click to toggle)
airspyone-host 1.0.10-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,216 kB
  • sloc: ansic: 6,552; sh: 31; xml: 20; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From efae8bf0073ee08d919bd82ff63069d109388817 Mon Sep 17 00:00:00 2001
From: Benjamin Vernoux <bvernoux@gmail.com>
Date: Sat, 23 Jul 2022 08:35:14 +0200
Subject: [PATCH 08/31] Fixed command for "Add users to group plugdev"

Thanks to the comment in https://github.com/airspy/airspyone_host/issues/86
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 991c020..6c2887f 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ Debug version:
 ### Add users to group plugdev
 
 (from root)
-`useradd -a -G plugdev <user>`
+`usermod -a -G plugdev <user>`
 
 ## Principal authors:
 
-- 
2.47.3