From 225d16bfa8eda801b64c5e8aba2dd0aadd12b383 Mon Sep 17 00:00:00 2001 From: samsapti Date: Mon, 6 Jun 2022 18:24:49 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5626dc5..5fe2985 100644 --- a/README.md +++ b/README.md @@ -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).