Porównaj commity

..

No commits in common. "929918c9219d57dec8675c701a2a88089adccef8" and "0206d1c1a7ceb8436354c96987ef105a26763dad" have entirely different histories.

3 zmienionych plików z 5 dodań i 13 usunięć

Wyświetl plik

@ -658,12 +658,9 @@ rm ${BASE} ${ADDITIONAL} ${UTILITY} ${FLSUITE} >/dev/null 2>&1
rm -rf ${DIR} >/dev/null 2>&1
sudo apt -y autoremove > /dev/null 2>&1
#remove libham (rigctl) library installed from apt
#remove libham (rigctl) installed from apt
#since it conflicts with hamlib installed from source
#sudo apt purge -y libhamlib4 (old way)
#new way will leave libhamlib4 installed and just remove the library that conflicts
sudo rm /lib/arm-linux-gnueabihf/libhamlib*
sudo ldconfig
sudo apt purge -y libhamlib4
#restore crontab
crontab ${TEMPCRON}

Wyświetl plik

@ -1,6 +1,5 @@
version=3.3.3
version=3.3.2
3.3.3 Update the way libhamlib (rigctl) conflict is resolved
3.3.2 Fix WSJTX not installing - Thanks Michael Shriver!
Fix Chirp not installing
Chirp update check changed. See notes in app-check script.

8
update
Wyświetl plik

@ -658,13 +658,9 @@ bash ${HOME}/pi-build/menu-update
#Remove temp files
rm ${BASE} ${ADDITIONAL} ${UTILITY} ${FLSUITE} >/dev/null 2>&1
#remove libham (rigctl) library installed from apt
#remove libham (rigctl) installed from apt
#since it conflicts with hamlib installed from source
#sudo apt purge -y libhamlib4 (old way)
#new way will leave libhamlib4 installed and just remove the library that conflicts
sudo rm /lib/arm-linux-gnueabihf/libhamlib*
sudo ldconfig
sudo apt purge -y libhamlib4
#restore crontab
crontab ${TEMPCRON}