Update INSTALL

This commit is contained in:
stardude900 2017-10-04 12:11:24 -05:00 committed by GitHub
parent 34e4c248bc
commit 2fa2e1d2e3
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