Hello,
I’m trying to install HACS on HA in a container on my raspberry pi 5. I have the following message when I try command :
wget -O - https://get.hacs.xyz | bash -
–2025-03-25 16:01:05-- https://github.com/hacs/integration/releases/latest/download/hacs.zip
Resolving github.com (github.com)… 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://github.com/hacs/integration/releases/download/2.0.5/hacs.zip [following]
–2025-03-25 16:01:05-- https://github.com/hacs/integration/releases/download/2.0.5/hacs.zip
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response… 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/172733314/205eab99-a78f-4a11-983e-4ce2fb90f387?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250325%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250325T150106Z&X-Amz-Expires=300&X-Amz-Signature=d04199a716bea2ed3446f4e2cadc26d6f85dcd9f78865d807b907a1e2b5a3f25&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dhacs.zip&response-content-type=application%2Foctet-stream [following]
–2025-03-25 16:01:06-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/172733314/205eab99-a78f-4a11-983e-4ce2fb90f387?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20250325%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250325T150106Z&X-Amz-Expires=300&X-Amz-Signature=d04199a716bea2ed3446f4e2cadc26d6f85dcd9f78865d807b907a1e2b5a3f25&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3Dhacs.zip&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)… 185.199.108.133, 185.199.111.133, 185.199.110.133, …
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 19021117 (18M) [application/octet-stream]
hacs.zip: Permission denied
Cannot write to ‘hacs.zip’ (Permission denied).
I don’t understand why the permission is denied at the end. Could someone help me please?
Thank you !