Checksum #45

Closed
opened 2026-04-05 20:25:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Lior97 on 9/25/2025

CloudPanel version(s) affected

2.5.2

Description

Thats not really a bug, but I have an automation installer for CloudPanel and I want to make sure I wont be needed to change the cheecksum every time you guys update.
Theres a way that I can pull the new checksum from anywhere?

How to reproduce

curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh;
echo "19cfa702e7936a79e47812ff57d9859175ea902c62a68b2c15ccd1ebaf36caeb install.sh" |
sha256sum -c && sudo DB_ENGINE=MYSQL_8.4 bash install.sh

19cfa702e7936a79e47812ff57d9859175ea902c62a68b2c15ccd1ebaf36caeb will be a variable that i pull from url/repo.

Possible Solution

No response

Additional Context

No response

*Originally created by @Lior97 on 9/25/2025* ### CloudPanel version(s) affected 2.5.2 ### Description Thats not really a bug, but I have an automation installer for CloudPanel and I want to make sure I wont be needed to change the cheecksum every time you guys update. Theres a way that I can pull the new checksum from anywhere? ### How to reproduce curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \ echo "19cfa702e7936a79e47812ff57d9859175ea902c62a68b2c15ccd1ebaf36caeb install.sh" | \ sha256sum -c && sudo DB_ENGINE=MYSQL_8.4 bash install.sh 19cfa702e7936a79e47812ff57d9859175ea902c62a68b2c15ccd1ebaf36caeb will be a variable that i pull from url/repo. ### Possible Solution _No response_ ### Additional Context _No response_
Sign in to join this conversation.