We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello TinyOS'ers :) Happy 2024!
Cannot setup tinyOS
Firstly,
# # add the keys for Razvan, the package signer # gpg --keyserver subkeys.pgp.net --recv-keys F99BE531 gpg -a --export F99BE531 | sudo apt-key add -
The above here gives error HTTP fetch error 7: couldn't connect to host no valid openPGP found
7: couldn't connect to host no valid openPGP found
sudo -s
Then,
# # teach dpkt/apt-get/aptitude about where to find the tinyprod tools repository # echo "deb http://tinyprod.net/repos/debian squeeze main" >> /etc/apt/sources.list.d/tinyprod-debian.list apt-get update
Gives me error GPG keeps coming as NO DATA 1 NO DATA 2
Any advice would be greatly appreciated :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello TinyOS'ers :) Happy 2024!
Cannot setup tinyOS
Firstly,
The above here gives error HTTP fetch error
7: couldn't connect to host no valid openPGP found
sudo -s
Then,
Gives me error
GPG keeps coming as NO DATA 1 NO DATA 2
Any advice would be greatly appreciated :)
The text was updated successfully, but these errors were encountered: