Skip to content

Commit cbe50a1

Browse files
committed
update wheel
1 parent b677e69 commit cbe50a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/rookie/DE&App.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EDITOR=vim visudo # 需要以 root 用户运行 visudo 命令
3636
找到下面这样的一行,把前面的注释符号 `#` 去掉,`:wq` 保存并退出即可。
3737

3838
```sudoers
39-
#%wheel ALL=(ALL) ALL
39+
#%wheel ALL=(ALL:ALL) ALL
4040
```
4141

4242
这里稍微解释一下

docs/uk/rookie/DE&App.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ EDITOR=vim visudo # need to run visudo command as root user
3636
Find the following line, remove the preceding comment symbol `#`, save and exit with `:wq`.
3737

3838
```sudoers
39-
#%wheel ALL=(ALL) ALL
39+
#%wheel ALL=(ALL:ALL) ALL
4040
```
4141

4242
Here's a little explanation

0 commit comments

Comments
 (0)