From 01ad46273b7063033fd3a4c4e2694bc97ebb7025 Mon Sep 17 00:00:00 2001 From: KM4ACK Date: Sat, 29 Feb 2020 11:34:38 -0600 Subject: [PATCH] add hotspot tools --- build-a-pi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/build-a-pi b/build-a-pi index b9f01ee..e34b1f0 100644 --- a/build-a-pi +++ b/build-a-pi @@ -170,6 +170,20 @@ rm $DIR/autohotspotN-setup echo "Hot spot installed" >> $BUILDLOG fi +if [ $HSTOOLS = "yes" ] > /dev/null 2>&1 +then +echo;echo;echo +echo "##################################################" +echo "##########INSTALLING HOTSPOT TOOLS" +echo "##################################################" +sleep 2 +git clone https://github.com/km4ack/hotspot-tools.git $HOME/hotspot-tools +cd $HOME/hotspot-tools +git checkout dev +bash setup +fi + + if [ $GPS = "yes" ] > /dev/null 2>&1 then echo;echo;echo