From 01f96b4a35bf537c2e0453743ec203ffdff5ae3f Mon Sep 17 00:00:00 2001 From: George Melikov Date: Sat, 9 Feb 2019 14:52:00 +0300 Subject: [PATCH] Update centos info --- Custom-Packages.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Custom-Packages.md b/Custom-Packages.md index 473588d..3bae0f7 100644 --- a/Custom-Packages.md +++ b/Custom-Packages.md @@ -28,8 +28,7 @@ $ sudo yum install zlib-devel libuuid-devel libattr-devel libblkid-devel libseli $ sudo yum install parted lsscsi ksh openssl-devel elfutils-libelf-devel $ sudo yum install kernel-devel-$(uname -r) # If you want to use pyzfs, otherwise use `./configure --disable-pyzfs` to disable it later -$ sudo yum install epel-release -$ sudo yum install python36 +$ sudo yum install --enablerepo=epel python34 python34-devel python34-setuptools python34-cffi ``` [Get the source code](#get-the-source-code).