Recently spun up a Debian 10 64 Bit VPS and attempted to do the ./installer and received the following:
When I attempt to re-install, it skips (see the bottom of the screenshot) until I rm -rf all of the dirs and files and start over. Same result each time.
Originally created by @NWilliamsSCU on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/219
Recently spun up a Debian 10 64 Bit VPS and attempted to do the ./installer and received the following:

When I attempt to re-install, it skips (see the bottom of the screenshot) until I `rm -rf` all of the dirs and files and start over. Same result each time.
@oschwartz10612 commented on GitHub (Feb 19, 2025):
The docker install commands might not be working for debian 10. We can definitely look at detecting older versions and adjusting the commands.
Could you try to following a guide or using https://get.docker.com/ to install docker and run the installer again and see if it works? You could also try Debain 12 if you are able.
<!-- gh-comment-id:2667271487 -->
@oschwartz10612 commented on GitHub (Feb 19, 2025):
The docker install commands might not be working for debian 10. We can definitely look at detecting older versions and adjusting the commands.
Could you try to following a guide or using https://get.docker.com/ to install docker and run the installer again and see if it works? You could also try Debain 12 if you are able.
Ah yea, that's what I get for cheaping out on my VPS and being limited to 10 or lower based on 1GB RAM... I swapped over to Ubuntu and it's installing well since I'm on the latest build there...
<!-- gh-comment-id:2667538469 -->
@NWilliamsSCU commented on GitHub (Feb 19, 2025):
Ah yea, that's what I get for cheaping out on my VPS and being limited to 10 or lower based on 1GB RAM... I swapped over to Ubuntu and it's installing well since I'm on the latest build there...
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @NWilliamsSCU on GitHub (Feb 18, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/219
Recently spun up a Debian 10 64 Bit VPS and attempted to do the ./installer and received the following:
When I attempt to re-install, it skips (see the bottom of the screenshot) until I
rm -rfall of the dirs and files and start over. Same result each time.@oschwartz10612 commented on GitHub (Feb 19, 2025):
The docker install commands might not be working for debian 10. We can definitely look at detecting older versions and adjusting the commands.
Could you try to following a guide or using https://get.docker.com/ to install docker and run the installer again and see if it works? You could also try Debain 12 if you are able.
@NWilliamsSCU commented on GitHub (Feb 19, 2025):
Ah yea, that's what I get for cheaping out on my VPS and being limited to 10 or lower based on 1GB RAM... I swapped over to Ubuntu and it's installing well since I'm on the latest build there...