We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0495e0 commit de1d318Copy full SHA for de1d318
.setup/gatewaysetup.sh
@@ -117,6 +117,7 @@ sudo wget -O - https://raw.githubusercontent.com/audstanley/NodeJs-Raspberry-Pi/
117
sudo npm install -g npm
118
119
echo -e "${CYAN}************* STEP: Setup Gateway app & dependencies *************${NC}"
120
+sudo apt-get -y install curl grep wget sed build-essential openssl whiptail
121
sudo mkdir -p $APPSRVDIR #main dir where gateway app lives
122
cd $APPSRVDIR || exit
123
0 commit comments