fix typo with gpredict

pull/24/head
KM4ACK 2020-02-21 15:01:49 -06:00
rodzic 81d0a59c2e
commit 3f9d35fe31
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -194,7 +194,7 @@ if [ $GPREDICT = "yes" ] > /dev/null 2>&1
then
echo;echo;echo
echo "##################################################"
echo "##########INSTALLING PYQSO########################"
echo "##########INSTALLING GPREDICT#####################"
echo "##################################################"
sudo apt-get install -y gpredict
fi