01-17-2025, 10:20 PM
getHello,
I just received my Community Edition PineNote today I accidentally removed the default Debian Trixie entry from `/etc/apt/sources.list`, and was hoping someone could post theirs for me?
Before I removed the entry, `sudo apt update && sudo apt upgrade` was working correctly and showing 0 new updates available after I did my initial upgrade on the first boot.
After the entry was removed, when I use the standard Debian naming convention for the Trixie sources list I'm getting this error:
If I point apt to `bookworm` instead of `trixie` I'm able to `update && upgrade`, which shows a number of packages to update indicating I'm currently on a different version (or was, at this point).
The fact that `pnedeb.sources` is pointing to `trixie` tells me I'm not wrong that the factory version that was shipped was also `trixie`, but I'm wondering if I'm just pointing to an incorrect `deb` url...
Could someone please post their `/etc/apt/sources.list` for me?
I just received my Community Edition PineNote today I accidentally removed the default Debian Trixie entry from `/etc/apt/sources.list`, and was hoping someone could post theirs for me?
Before I removed the entry, `sudo apt update && sudo apt upgrade` was working correctly and showing 0 new updates available after I did my initial upgrade on the first boot.
After the entry was removed, when I use the standard Debian naming convention for the Trixie sources list I'm getting this error:
Code:
Get:1 http://deb.debian.org/debian trixie InRelease [175 kB]
Hit:2 http://pinenote.mweigand.net/repo_pn_stable trixie InRelease
Error: Release file for http://deb.debian.org/debian/dists/trixie/InRelease is expired (invalid since 2d 1h 54min 47s). Updates for this repository will not be applied.
If I point apt to `bookworm` instead of `trixie` I'm able to `update && upgrade`, which shows a number of packages to update indicating I'm currently on a different version (or was, at this point).
The fact that `pnedeb.sources` is pointing to `trixie` tells me I'm not wrong that the factory version that was shipped was also `trixie`, but I'm wondering if I'm just pointing to an incorrect `deb` url...
Could someone please post their `/etc/apt/sources.list` for me?