Correct the repo in the docs for CentOS 8. (#9308)
* Correct the repo in the docs for CentOS 8. * Address reviewr feedback.
Austin S. Hemmelgarn committed
Jun 10, 2020 at 12:00 UTC
589dac6b98db99d905fbb5689d5c84433fd48c4b
1 file changed
+3
-3
packaging/installer/methods/manual.md
+3
-3
@@ -153,7 +153,7 @@ CentOS 8.x:
153
154
- Enable the PowerTools repo
155
- Enable the EPEL repo
156
-- Enable the Extra repo from [extra.getpagespeed.com](https://extras.getpagespeed.com/release-el8-latest.rpm)
156
+- Enable the Extra repo from [OKAY](https://okay.network/blog-news/rpm-repositories-for-centos-6-and-7.html)
157
158
And install the minimum required dependencies:
159
@@ -168,10 +168,10 @@ yum config-manager --set-enabled PowerTools
168
yum install -y epel-release
169
170
# Install Repo for libuv-devl (NEW)
171
-yum install -y https://extras.getpagespeed.com/release-el8-latest.rpm
171
+yum install -y http://repo.okay.com.mx/centos/8/x86_64/release/okay-release-1-3.el8.noarch.rpm
172
173
# Install Devel Packages
174
-yum install autoconf automake curl gcc git libmnl-devel libuuid-devel openssl-devel libuv-devel lz4-devel make nc pkgconfig python3 zlib-devel
174
+yum install autoconf automake curl gcc git cmake libuuid-devel openssl-devel libuv-devel lz4-devel make nc pkgconfig python3 zlib-devel
175
176
# Install Judy-Devel directly
177
yum install -y http://mirror.centos.org/centos/8/PowerTools/x86_64/os/Packages/Judy-devel-1.0.5-18.module_el8.1.0+217+4d875839.x86_64.rpm