Update README.md

This commit is contained in:
Lemniskett 2020-11-01 16:36:27 +07:00 committed by GitHub
parent 4b1ad48409
commit 447bc87104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,10 +27,10 @@ archbox sudo pacman -Syu
### Automount filesystem
If you use runit, copy archbox folder inside ```runit/``` to whatever your distro store runit services and symlink it to whatever your distro store running runit services, if you don't use runit, you may need to create your own init script, or create a cronjob that runs on boot.
### Optional steps
You may want to add this, if you don't want to run archbox chroot without password :
You may want to add this if you don't want to run archbox chroot without password :
#### Sudo
```
%wheel ALL=(root) NOPASSWD: /usr/local/share/archbox/bin/archboxenter,/usr/local/share/archbox/bin/copyresolv,/usr/local/share/archbox/bin/archboxcommand
%wheel ALL=(root) NOPASSWD: /usr/local/share/archbox/bin/archbox,/usr/local/share/archbox/bin/copyresolv
```
#### Doas
```