浏览代码

fix: sudoers

micha 2 年之前
父节点
当前提交
bf2a371b7e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -26,8 +26,9 @@ chown -R user:user /opt/LibreLight
 
 # network namespace" 
 mkdir /opt/netns
+
 # add to /etc/sudoers 
-user      ALL=(ALL) NOPASSWD:/opt/netns/_exec, /opt/netns/create
+# user      ALL=(ALL) NOPASSWD:/opt/netns/_exec, /opt/netns/create
 
 # install git
 sudo apt install git