add hotspot tools

pull/53/head
KM4ACK 2020-02-29 11:34:38 -06:00
rodzic cfe5b47cee
commit 01ad46273b
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -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