https://github.com/desktopecho/otl
Older Than Light // CentOS 7 Build Script for pihole-FTL
https://github.com/desktopecho/otl
Last synced: 8 days ago
JSON representation
Older Than Light // CentOS 7 Build Script for pihole-FTL
- Host: GitHub
- URL: https://github.com/desktopecho/otl
- Owner: DesktopECHO
- Created: 2022-09-07T15:03:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T05:32:39.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T16:11:22.006Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Older Than Light • pihole-FTL for CentOS 7 on ARMv7
The official Pihole-FTL v5.17+ binaries require glibc-2.28 or newer moving forward, effectively ending support for CentOS 7 and other distros released before mid-2018.
This script install the tools necessary to build pihole-FTL on CentOS 7
Instructions - In Pi-hole for Android, or on any ARMv7-powered CentOS 7 installation, download and run the OTL script:
```wget -O otl.sh https://raw.githubusercontent.com/DesktopECHO/OTL/main/otl.sh```
```sudo bash otl.sh```
Wait a few minutes for the compiler toolchain to install and the build the latest pihole-FTL release:

Note - The following repos are required in yum.repos.d
`````
[epel]
name=Epel rebuild for armhfp
baseurl=https://armv7.dev.centos.org/repodir/epel-pass-1/
enabled=1
gpgcheck=0
[remi]
name=Remi - RPM repository for Enterprise Linux 7 - $basearch
mirrorlist=http://cdn.remirepo.net/enterprise/7/remi/mirror
enabled=1
gpgcheck=1
gpgkey=https://rpms.remirepo.net/RPM-GPG-KEY-remi
[community-php74-testing]
name=Remi - RPM repository for PHP Backports - $basearch
baseurl=https://armv7.dev.centos.org/repodir/community-php74-testing/
enabled=1
gpgcheck=0
`````