fix: add libzmq3-dev and build-essential to setup script dependencies

This commit is contained in:
Timothy Hofland
2026-03-11 07:48:38 +01:00
parent e8218229ab
commit 385fc1eb40

View File

@ -80,7 +80,7 @@ fi
# 2.3 Install Dependencies # 2.3 Install Dependencies
( (
echo 20 echo 20
DEBIAN_FRONTEND=noninteractive apt-get install -y git hostapd dnsmasq avahi-daemon curl ffmpeg > /dev/null 2>&1 DEBIAN_FRONTEND=noninteractive apt-get install -y git hostapd dnsmasq avahi-daemon curl ffmpeg build-essential libzmq3-dev > /dev/null 2>&1
echo 60 echo 60
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - > /dev/null 2>&1 curl -fsSL https://deb.nodesource.com/setup_20.x | bash - > /dev/null 2>&1
DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs > /dev/null 2>&1 DEBIAN_FRONTEND=noninteractive apt-get install -y nodejs > /dev/null 2>&1