I understand some folks are having issues with the upgrade check function on version 1.x of the Toolbox. The update check on version 1.x will
NOT work by upgrading to version 2.x due to file and code reorganization.
Here are the steps to remove 1.x and reinstall 2.x
For toolbox version 1.x
Open the?terminal?application on your sBitx
Type:??cd $HOME
Type:??sudo rm -rf /home/pi/sBITX-toolbox
Type:??sudo rm /usr/share/applications/sBITX_launcher.desktop
Type:??sudo rm /home/pi/Desktop/sBITX_launcher.desktop
?
To reinstall version 2.x?
Type:?
git clone?https://github.com/drexjj/sBITX-toolbox.git
Type:?
cd sBITX-toolboxType:?
chmod +x *.shType:?
./installer.sh
-JJ