diff --git a/CentOS-and-RPi3.md b/CentOS-and-RPi3.md index c24beab..cb38e52 100644 --- a/CentOS-and-RPi3.md +++ b/CentOS-and-RPi3.md @@ -4,14 +4,14 @@ To get pi-hole running on an RPi3 running CentOS 7.x takes a few extra steps. -[Install image](http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1603-RaspberryPi3.img.xz) +[Install image](http://mirror.centos.org/altarch/7/isos/armhfp/CentOS-Userland-7-armv7hl-Minimal-1611-RaspberryPi3.img.xz) Once your RPi3 is up and running CentOS 7.x you'll notice that there is no EPEL repo for the Arm7 architecture available at the moment. This means you'll not be able to easily install lighttpd or spawn-fcgi which are required. Setup an rpmbuild environment [RPM Build](https://wiki.centos.org/HowTos/SetupRpmBuildEnvironment) Download source rpms: -[lighttpd-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/l/lighttpd-1.4.39-3.el7.src.rpm) +[lighttpd-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/l/lighttpd-1.4.44-1.1.el7.src.rpm) [spawn-fcgi-srpm](https://dl.fedoraproject.org/pub/epel/7/SRPMS/s/spawn-fcgi-1.6.3-5.el7.src.rpm) Build install rpms from both of those srpms. You'll need to install lighttpd lighttpd-fastcgi and spawn-fcgi.