Skip to content

Commit de1d318

Browse files
committed
install additional deps needed by setup script and npm
1 parent c0495e0 commit de1d318

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.setup/gatewaysetup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ sudo wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi/
117117
sudo npm install -g npm
118118

119119
echo -e "${CYAN}************* STEP: Setup Gateway app & dependencies *************${NC}"
120+
sudo apt-get -y install curl grep wget sed build-essential openssl whiptail
120121
sudo mkdir -p $APPSRVDIR #main dir where gateway app lives
121122
cd $APPSRVDIR || exit
122123

0 commit comments

Comments
 (0)