fix: add libzmq3-dev and build-essential to setup script dependencies
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user