mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
717181335b
Signed-off-by: DL6ER <dl6er@dl6er.de>
5 lines
70 B
Bash
5 lines
70 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
patch -p1 < patch/lua/0001-add-pihole-library.patch
|