Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot download via ternimal #537

Open
mcpeterc opened this issue Jul 10, 2024 · 4 comments
Open

Cannot download via ternimal #537

mcpeterc opened this issue Jul 10, 2024 · 4 comments

Comments

@mcpeterc
Copy link

mcpeterc commented Jul 10, 2024

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
Copy link
Contributor

pwt commented Jul 10, 2024

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
Copy link
Author

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
Copy link
Contributor

pwt commented Jul 10, 2024

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
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants