mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
[GH-ISSUE #1] Debian 12 OS detection #6050
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @urpayn on GitHub (Jan 6, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1
The binary installer incorrectly detects my Debian 12 system as Ubuntu and doesn't complete the install.
Would you like to install Docker? (yes/no): yes Hit:1 http://security.debian.org/debian-security bookworm-security InRelease Hit:2 http://deb.debian.org/debian bookworm InRelease Hit:3 http://deb.debian.org/debian bookworm-updates InRelease Ign:4 https://download.docker.com/linux/ubuntu bookworm InRelease Err:5 https://download.docker.com/linux/ubuntu bookworm Release 404 Not Found [IP: 3.168.86.117 443] Reading package lists... Done E: The repository 'https://download.docker.com/linux/ubuntu bookworm Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details. Installation complete! root@xcvbn:~#Looking at the docker install documentation, the docker repo is at "https://download.docker.com/linux/debian"
@oschwartz10612 commented on GitHub (Jan 6, 2025):
Thanks for pointing this out! I made a fix in the installer. Can you try to re download and test again?
Commit:
1df1b55@urpayn commented on GitHub (Jan 6, 2025):
Yes that fixed it.
Thanks!
@oschwartz10612 commented on GitHub (Jan 6, 2025):
Awesome!