mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 17:43:04 -05:00
[GH-ISSUE #1828] Pangolin/Docker install fails on debian 13 #12823
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 @Joly0 on GitHub (Nov 7, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1828
Describe the Bug
On latest debian 13 version the installer fails, because a dependency for docker is failing to install. Also continuing the installer afterwards breaks the installer aswell.
The error for docker ist this:
installed docker manually using the docs here https://docs.docker.com/engine/install/debian/ and then tried to run the installer again and got this:
The url at the end is not with removed domain, this is actually what pangolin installer outputs, this is straight up copy pasted 1:1 from the terminal.
Environment
To Reproduce
Install debian 13 without anything. Run pangolin installer, see error.
Expected Behavior
Installer should not fail with debian 13
@pictosun commented on GitHub (Dec 16, 2025):
Im running into the same bug as above with actual debian on a vps and actual install script from Pangolin.
@oschwartz10612 commented on GitHub (Dec 16, 2025):
@pictosun could you provide any logs of the failure using the latest installer? We removed software-properties-common but something else could be causing this.