Update README.md

This commit is contained in:
Sam A. 2022-06-06 18:24:49 +02:00
parent ef93d257e7
commit 225d16bfa8
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 5 additions and 1 deletions

View File

@ -19,7 +19,7 @@ a symlink `doas` pointing to `sudo`:
sudo ln -s $(which sudo) /usr/bin/doas
```
**Notes:**
### Notes
- You need to make `doas`/`sudo` rules that allow you to execute,
`poweroff` and `reboot` (and additionally `ivpn-service` and `pkill
"^ivpn-service$"` if you use IVPN) without a password, otherwise the
@ -32,3 +32,7 @@ sudo ln -s $(which sudo) /usr/bin/doas
all my scripts try to be as POSIX compliant as possible. If you don't
want to use `dash`, you can change the shebang in the scripts to
`#!/bin/sh` or `#!/bin/bash`.
## License
The [Unlicense](https://git.data.coop/samsapti/dotfiles/src/branch/main/LICENSE).