include ifup ifdown
Some checks are pending
Build for Raspberry Pi / Build for aarch64 (push) Waiting to run

This commit is contained in:
Chris Frankland-Wright 2025-08-31 11:00:55 +01:00
parent fdddf4eb76
commit 2d46fccfbe

View file

@ -229,7 +229,8 @@ if [ "$PKG_MANAGER" == "apt" ]; then
# sudo apt-get remove --purge -y dnsmasq || true # This line is no longer needed. # sudo apt-get remove --purge -y dnsmasq || true # This line is no longer needed.
# Install dependencies for hotspot and for building nodogsplash. # Install dependencies for hotspot and for building nodogsplash.
sudo apt install -y hostapd dnsmasq git libmicrohttpd-dev libjson-c-dev iptables # ifupdown is needed to manage /etc/network/interfaces
sudo apt install -y hostapd dnsmasq git libmicrohttpd-dev libjson-c-dev iptables ifupdown
# Force iptables-legacy for nodogsplash # Force iptables-legacy for nodogsplash
echo "Setting iptables-legacy mode for nodogsplash..." echo "Setting iptables-legacy mode for nodogsplash..."