Merge pull request #151 from stardude900/patch-2

Update INSTALL with CentOS specific stuff
This commit is contained in:
Jim Salter 2017-11-08 10:06:39 -05:00 committed by GitHub
commit 008f48319b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ default for SSH transport since v1.4.6. Syncoid runs will fail if one of them
is not available on either end of the transport.
On Ubuntu: apt install pv lzop mbuffer
On CentOS: yum install lzo pv mbuffer lzop
On FreeBSD: pkg install pv lzop
FreeBSD notes: FreeBSD may place pv and lzop in somewhere other than
@ -26,5 +27,6 @@ without it. Config::IniFiles may be installed from CPAN, though the project
strongly recommends using your distribution's repositories instead.
On Ubuntu: apt install libconfig-inifiles-perl
On CentOS: yum install perl-Config-IniFiles
On FreeBSD: pkg install p5-Config-Inifiles