mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
install json handler
This commit is contained in:
parent
dad5c2d06a
commit
e4c59b412b
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue