diff --git a/update b/update index 1717fce..8a85752 100755 --- a/update +++ b/update @@ -658,9 +658,13 @@ bash ${HOME}/pi-build/menu-update #Remove temp files rm ${BASE} ${ADDITIONAL} ${UTILITY} ${FLSUITE} >/dev/null 2>&1 -#remove libham (rigctl) installed from apt +#remove libham (rigctl) library installed from apt #since it conflicts with hamlib installed from source -sudo apt purge -y libhamlib4 +#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 + #restore crontab crontab ${TEMPCRON}