From 447bc871049ab83aa1a9c0489f2d33fdf15146c7 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Sun, 1 Nov 2020 16:36:27 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ec2ef4..7b7487e 100644 --- a/README.md +++ b/README.md @@ -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 ```