mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-20 11:48:32 +00:00
7 lines
103 B
Bash
7 lines
103 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
patch -p1 < patch/lua/0001-add-pihole-library.patch
|
|
|
|
echo "ALL PATCHES APPLIED OKAY"
|