mirror of
https://github.com/pi-hole/FTL.git
synced 2026-09-20 10:47:52 +01:00
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
patch -p1 < patch/lua/0001-add-pihole-library.patch
|