Updated Linux install instructions in README file in

order to account for Ubuntu family of distributions and
systems without sudo installed.
This commit is contained in:
Jesse Smith 2021-02-02 23:24:11 -04:00
parent bb7069a9ff
commit 21c215beb6

View file

@ -70,6 +70,17 @@ Note to Linux users: Some Linux distributions, such as CentOS, will block doas f
cp /etc/pam.d/sudo /etc/pam.d/doas
In situations where you do not have a /etc/pam.d/sudo file (perhaps due to sudo not being installed)
then create a new file with your preferred text editor called /etc/pam.d/doas and insert the
following lines:
#%PAM-1.0
@include common-auth
@include common-account
@include common-session-noninteractive
After you safe this file you may need to reboot in order for the change to take effect.
#### FreeBSD and NetBSD