-
Notifications
You must be signed in to change notification settings - Fork 23
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
Your commands to install Autoplug in linux do not work, due to the link to the raw file being outdated? or incorrectly formatted? #238
Comments
@harryeffinpotter Great, yeah, weirdly enough, in the browser both links work. |
Probably the first link redirects to the second one and curl isn't set up to follow the redirects, while a browser does? |
Yeah this is the case. I also ran into the same 0 byte issue with curl with the first link, but if I'd run it with the |
fixed, will update web in a bit |
AHH I always forget the dang argument to follow redirects. My man. |
So
would work, yeah? |
oope, he said he fixed it, was just curious for my own sake. |
indeed it does fix, good call. |
This line does not work on linux:
curl -o AutoPlug-Client.jar https://github.com/Osiris-Team/AutoPlug-Releases/raw/master/beta-builds/AutoPlug-Client.jar
This line does:
curl -o AutoPlug-Client.jar https://raw.githubusercontent.com/Osiris-Team/AutoPlug-Releases/master/beta-builds/AutoPlug-Client.jar
I'm guessing git changed how they store raw files and this probably used to work.
I noticed the file result to your suggested manual install commands was 0 bytes and dug futher.
Hope this helps!
The text was updated successfully, but these errors were encountered: