update M0IAX tools

pull/20/head
KM4ACK 2020-01-10 16:31:54 -06:00
rodzic feb5cf976f
commit b63dc196b6
1 zmienionych plików z 8 dodań i 2 usunięć

Wyświetl plik

@ -104,6 +104,10 @@ fi
if [ $GPS = "yes" ] > /dev/null 2>&1
then
echo;echo;echo
echo "##################################################"
echo "##########INSTALLING GPS Tools"
echo "##################################################"
cd $DIR
wget https://raw.githubusercontent.com/km4ack/pi-scripts/master/gpsinstall
chmod +x $DIR/gpsinstall
@ -163,7 +167,7 @@ echo "##################################################"
echo "##########INSTALLING FLAMP"
echo "##################################################"
sleep 2
if ! hash fldigi 2>/dev/null; then
if ! hash flamp 2>/dev/null; then
sudo apt install -y flamp
fi
fi
@ -175,7 +179,7 @@ echo "##################################################"
echo "##########INSTALLING FLMSG"
echo "##################################################"
sleep 2
if ! hash fldigi 2>/dev/null; then
if ! hash flmsg 2>/dev/null; then
sudo apt install -y flmsg
fi
fi
@ -361,6 +365,7 @@ cd $HOME/bin
wget https://raw.githubusercontent.com/m0iax/js8calltools/master/js8callgpsUI.py
wget https://raw.githubusercontent.com/m0iax/js8calltools/master/gps_listener.py
wget https://raw.githubusercontent.com/m0iax/js8call_aprsmessaging_interface/master/aprs_msgJS8Call.py
wget https://raw.githubusercontent.com/m0iax/js8calltools/master/configAndSettings.py
chmod +x js8callgpsUI.py aprs_msgJS8Call.py
ln -s $HOME/bin/js8callgpsUI.py $HOME/Desktop/JS8-GPS-Tool
ln $HOME/bin/aprs_msgJS8Call.py $HOME/Desktop/JS8Call-Messenger
@ -500,3 +505,4 @@ sudo reboot