We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3149aad commit bf37233Copy full SHA for bf37233
not-supported/pi-hole.sh
@@ -192,6 +192,9 @@ sed -i "s|getStaticIPv4Settings$|echo getStaticIPv4Settings|" "$SCRIPTS"/pihole-
192
PIHOLE_INTERFACE="$IFACE"
193
export PIHOLE_INTERFACE
194
195
+# Fix php versions getting hold for pi-hole install script
196
+apt-mark unhold php"$PHPVER"*
197
+
198
# Run the script
199
bash "$SCRIPTS"/pihole-install.sh | tee "$SCRIPTS"/pihole-install.report
200
0 commit comments