From e4c59b412b711256fee6fe7dbc3ee5ed5bceab71 Mon Sep 17 00:00:00 2001 From: Chris Frankland-Wright Date: Sat, 30 Aug 2025 21:40:15 +0100 Subject: [PATCH] install json handler --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d12b45b..29e0bfd 100644 --- a/setup.sh +++ b/setup.sh @@ -122,7 +122,7 @@ echo "📡 Installing and configuring WiFi hotspot and captive portal..." if [ "$PKG_MANAGER" == "apt" ]; then # Install dependencies for hotspot and for building nodogsplash - sudo apt install -y hostapd dnsmasq git libmicrohttpd-dev + sudo apt install -y hostapd dnsmasq git libmicrohttpd-dev libjson-c-dev echo "Building and installing nodogsplash from source..." # Create a temporary directory for the build