mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Unsigned repo issue on install (other) #17
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 @ssirag on 1/9/2026
CloudPanel version(s) affected
2.5.3
Description
Tried to install on a clean & updated Ubuntu 24.04 on-prem server, and this is the first error encountered. Appears to have caused the failed install.
Err:1 https://d17k9fuiwb52nc.cloudfront.net noble InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1FD0B9CFEFC59AC9
How to reproduce
Ran this install on a clean & updated Ubuntu 24.04 server:
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
Possible Solution
No response
Additional Context
No response