mirror of https://github.com/jimsalterjrs/sanoid
Merge pull request #151 from stardude900/patch-2
Update INSTALL with CentOS specific stuff
This commit is contained in:
commit
008f48319b
2
INSTALL
2
INSTALL
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue