philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices
Other
3.48k stars 217 forks source link

Cannot download via ternimal #537

Open mcpeterc opened 1 month ago

mcpeterc commented 1 month ago

I have a Pi 4 and I run this:

sudo wget https://raw.githubusercontent.com/philippe44/AirConnect/master/airconnect-aircast-linux-aarch64 (.zip) or this sudo wget https://raw.githubusercontent.com/philippe44/AirConnect-master/airconnect-aircast-linux-aarch64 (.zip) or this sudo wget https://raw.githubusercontent.com/philippe44/AirConnect/master/bin/aircast-linux-aarch64 (.zip)

And I get this in return: 2024-07-10 11:21:49 ERROR 404: Not Found.

image

Has the files been moved

pwt commented 1 month ago

Take a look at the following for an example of the updated URLs:

https://github.com/pwt/docker-airconnect-arm/blob/1262ab0f2633bea732cf94b76cf41cbce4c36905/Dockerfile#L15

mcpeterc commented 1 month ago

Take a look at the following for an example of the updated URLs:

https://github.com/pwt/docker-airconnect-arm/blob/1262ab0f2633bea732cf94b76cf41cbce4c36905/Dockerfile#L15

I think im too dumb - I can't get it to download

image

pwt commented 1 month ago
wget https://github.com/philippe44/AirConnect/releases/download/1.8.3/AirConnect-1.8.3.zip

The zip file contains all binaries for all architectures. Then, extract the file(s) you need using:

unzip AirConnect-1.8.3.zip aircast-linux-aarch64
mcpeterc commented 1 month ago
wget https://github.com/philippe44/AirConnect/releases/download/1.8.3/AirConnect-1.8.3.zip

The zip file contains the all binaries for all architectures. Then, extract the file(s) you need using:

unzip AirConnect-1.8.3.zip aircast-linux-aarch64

Thanks man!