Skip to content

Commit bf37233

Browse files
authored
fix pi-hole script (#2612)
Signed-off-by: Simon L <[email protected]>
1 parent 3149aad commit bf37233

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

not-supported/pi-hole.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ sed -i "s|getStaticIPv4Settings$|echo getStaticIPv4Settings|" "$SCRIPTS"/pihole-
192192
PIHOLE_INTERFACE="$IFACE"
193193
export PIHOLE_INTERFACE
194194

195+
# Fix php versions getting hold for pi-hole install script
196+
apt-mark unhold php"$PHPVER"*
197+
195198
# Run the script
196199
bash "$SCRIPTS"/pihole-install.sh | tee "$SCRIPTS"/pihole-install.report
197200

0 commit comments

Comments
 (0)