MichaIng / DietPi

Lightweight justice for your single-board computer!
https://dietpi.com/
GNU General Public License v2.0
4.71k stars 492 forks source link

error while updating #6926

Open dinucacid opened 4 months ago

dinucacid commented 4 months ago

Details:

Creating a bug report/issue

Required Information

Additional Information (if applicable)

Steps to reproduce

  1. ...
  2. ...

Expected behaviour

Actual behaviour

Extra details

Joulinar commented 4 months ago

Err:3 http://weewx.com/apt/python3 buster

You seem to have added a 3rd party source manually to your system. The source is pointing to Debian Buster, while your systems is on Bullseye already. Something you would need to correct.

MichaIng commented 4 months ago

WeeWX has no Bullseye suite, hence is probably not maintained anymore. But if you want to try using it on Bullseye, it seems the APT key is missing:

curl -sSf 'https://weewx.com/keys.html' | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/weewx.gpg --yes

For reference: https://weewx.com/apt/