mirror of
https://github.com/pi-hole/FTL.git
synced 2025-12-24 23:05:28 +00:00
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
patch -p1 < patch/lua/0001-add-pihole-library.patch
|