From 13b79148128b52dd115a53005c39dd141b2d4959 Mon Sep 17 00:00:00 2001 From: diginc Date: Mon, 22 May 2017 18:06:37 -0500 Subject: [PATCH] FTL v2.7.3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 16dfefc..81bbae9 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ mkdir -p /etc/pihole/ export CORE_TAG='v3.0.1' export WEB_TAG='v3.0.1' -export FTL_TAG='v2.7' +export FTL_TAG='v2.7.3' # Make pihole scripts fail searching for `systemctl`, # which fails pretty miserably in docker compared to `service`