mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Checksum #45
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 @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