I get an error when attempting to upgrade.
 
Error 1
can not edit /usr/local/bin
Permission denied when performing a hamclock upgrade
 
This is due to file permissons on the /usr/local/bin directory
 
You can fix this permanently by opening a terminal window after existing the hamclock app by clicking on the Padlock icon near your callsign
 
NOTE: You only need a usb mouse connected to your hamclock as you can use the onscreen keyboard to type in the terminal window
 
You can then launch a terminal window by clicking on the 4th icon along the top task bar >_
 
Once you have a terminal window open you can type this command to change the permissions on /usr/local/bin
 
sudo chown -R hamclock:hamclock /usr/local/bin
 
To check that this has changed the permisssions correctly you can issue this command:
 
ls -ld /usr/local/bin
 
Once you are sure the changes have taken effect then you can close the terminal window
 
You can now perform your upgrade!
 
Apologies this was just a simple oversight on my part and has been corrected as of 18-01-2026