Update README.md
This commit is contained in:
parent
ef93d257e7
commit
225d16bfa8
|
@ -19,7 +19,7 @@ a symlink `doas` pointing to `sudo`:
|
||||||
sudo ln -s $(which sudo) /usr/bin/doas
|
sudo ln -s $(which sudo) /usr/bin/doas
|
||||||
```
|
```
|
||||||
|
|
||||||
**Notes:**
|
### Notes
|
||||||
- You need to make `doas`/`sudo` rules that allow you to execute,
|
- You need to make `doas`/`sudo` rules that allow you to execute,
|
||||||
`poweroff` and `reboot` (and additionally `ivpn-service` and `pkill
|
`poweroff` and `reboot` (and additionally `ivpn-service` and `pkill
|
||||||
"^ivpn-service$"` if you use IVPN) without a password, otherwise the
|
"^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
|
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
|
want to use `dash`, you can change the shebang in the scripts to
|
||||||
`#!/bin/sh` or `#!/bin/bash`.
|
`#!/bin/sh` or `#!/bin/bash`.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
The [Unlicense](https://git.data.coop/samsapti/dotfiles/src/branch/main/LICENSE).
|
||||||
|
|
Loading…
Reference in a new issue