I am installing ASL 2 to a Dell Micro PC. I have ASL installed, and am trying to execute ’ apt-get update ’ so I can begin installing packages. It will not update. The message is: The following signatures couldn’t be verified because the public key is not available. Public Key xxxxxx.
An error occurred during verification…
Here you go:
From:
Here’s the solution:
curl -s http://apt.allstarlink.org/repos/repo_signing.key | sudo apt-key add -
sudo apt update
1 Like
Thank You! I think this should be part of the WiKi. I went there to find a solution.
Len
WB2HKK
My bad! Guess I didn’t scroll down far enough!
I missed it too Len. Thank you so much! that’s been bugging me for months… I thought those directions applied to those installing ASL manually on top of stock Debian. I didn’t think they applied to the image too. In retrospect, yea, shoulda known that.