补充 sudo.

Signed-off-by: Rick.Chan <cy@haoan119.com>
This commit is contained in:
Rick.Chan 2023-01-06 13:30:24 +08:00
parent 25a2c7e596
commit b7cfc3b4fa
1 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@ yaourt -S virtualbox-ext-oracle
```bash ```bash
# Ubuntu # Ubuntu
adduser <user name> vboxsf sudo adduser <user name> vboxsf
# Manjaro # Manjaro
gpasswd --add <user name> vboxsf sudo gpasswd --add <user name> vboxsf
``` ```
## 3.USB 功能设置 ## 3.USB 功能设置
@ -36,9 +36,9 @@ gpasswd --add <user name> vboxsf
```bash ```bash
# Ubuntu # Ubuntu
adduser <user name> vboxusers sudo adduser <user name> vboxusers
# Manjaro # Manjaro
gpasswd --add <user name> vboxusers sudo gpasswd --add <user name> vboxusers
``` ```
然后注销或重启。 然后注销或重启。