mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
42_npmjs: add missing sudo dependency to META.json pod
git-svn-id: https://svn.fhem.de/fhem/trunk@18641 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
75b5ec85f6
commit
f8d86302cd
@ -1686,7 +1686,9 @@ sub ToDay() {
|
|||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"ALL=NOPASSWD: /usr/bin/npm install *": 0,
|
"ALL=NOPASSWD: /usr/bin/npm install *": 0,
|
||||||
"ALL=NOPASSWD: /usr/local/bin/npm install *": 0
|
"ALL=NOPASSWD: /usr/local/bin/npm install *": 0,
|
||||||
|
"ALL=NOPASSWD: /usr/bin/npm uninstall *": 0,
|
||||||
|
"ALL=NOPASSWD: /usr/local/bin/npm uninstall *": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user