IceWhaleTech / CasaOS

CasaOS - A simple, easy-to-use, elegant open-source Personal Cloud system.
https://casaos.io
Apache License 2.0
23.74k stars 1.28k forks source link

[Bug] Casa OS fails to install on raspberry PI 5. #1638

Open charlypri opened 5 months ago

charlypri commented 5 months ago

Get error when trying to install on a raspberry 5 on freshly installed raspberrian OS

[ INFO ] Downloading https://github.com/IceWhaleTech/CasaOS-MessageBus/releases/download/v0.4.4/linux-arm64-casaos-message-bus-v0.4.4.tar.gz... linux-arm64-casaos-message-bus-v0. 100%[=============================================================>] 4.42M 18.6MB/s in 0.2s [ INFO ] Downloading https://github.com/IceWhaleTech/CasaOS-UserService/releases/download/v0.4.4/linux-arm64-casaos-user-service-v0.4.4.tar.gz... linux-arm64-casaos-user-service-v0 100%[=============================================================>] 4.37M 19.3MB/s in 0.2s [FAILED] Failed to download package

I have tried to curl from outside the script the urls and the files download properly. Just not through the installation. I have multiple times and no success.

I have managed to get it to install by modifying the bash script and changing the download URL from "https://github.com/" to "https://casaos.oss-cn-shanghai.aliyuncs.com/". But I would have to keep doing this for next updates and changes. Any help on why this could be happening?

mattplate commented 2 months ago

Same here.. Any news?