blob: 8e3ec378a57f86c87d90ede30e2f2b1192a3976b (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "===================================================================="
echo "Check your /etc/doas.conf to make sure that root is able to use doas"
echo "This can be done with the rule"
echo ""
echo " permit nopass keepenv root"
echo ""
echo "===================================================================="
}
|