Update README.

This commit is contained in:
Syahrial Agni Prasetya 2021-03-06 13:24:01 +07:00
parent 79e443c237
commit 97d06627d4
No known key found for this signature in database
GPG Key ID: 46F88749C8C79383

View File

@ -73,11 +73,7 @@ archbox sudo pacman -Syu
You may want to add these rules if you want to use Archbox without password (assuming the install prefix is ```/usr/local``` and you're in group ```wheel```) :
#### Sudo
```
%wheel ALL=(root) NOPASSWD:
/usr/local/share/archbox/bin/enter,
/usr/local/share/archbox/bin/exec,
/usr/local/share/archbox/bin/uth,
/usr/local/share/archbox/bin/init
%wheel ALL=(root) NOPASSWD: /usr/local/shre/archbox/bin/enter,/usr/local/share/archbox/bin/exec,/usr/local/share/archbox/bin/uth,/usr/local/share/archbox/bin/init
```
#### Doas
```