1
0
mirror of https://github.com/slicer69/doas synced 2024-07-09 03:55:50 +00:00

Merge pull request #76 from msmafra/master

Minor fix for the titles
This commit is contained in:
Jesse Smith 2021-02-19 00:32:01 -04:00 committed by GitHub
commit d291aba9b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,15 +37,15 @@ The doas command is in FreeBSD's ports collection and may be installed by simply
sudo apt install build-essential make bison flex libpam0g-dev
### Fedora
#### Fedora
sudo dnf install gcc gcc-c++ make flex bison pam-devel byacc
### CentOS 8 and Stream
#### CentOS 8 and Stream
sudo dnf install gcc gcc-c++ make flex bison pam-devel byacc git
### CentOS 7.x
#### CentOS 7.x
sudo yum install gcc gcc-c++ make flex bison pam-devel byacc git