diff --git a/scripts/setup.sh b/scripts/setup.sh index aa35dff..9c51281 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -80,7 +80,7 @@ fi # 2.3 Install Dependencies ( 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 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