You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
Thanks for the project, it really is awesome and I've been looking for something like this for quite a while already. 👏
While extending the project to install the latest release of bat, I wanted to reuse the install functions provided, more specifically the install_remote_package option. To this end, I get the latest release from github using their API, but the download url I get from them makes a redirect which curl does not follow since only the -O flag is used.
Is there a particular reason why you did this way, or should we just add the -L flag to follow redirects?
The text was updated successfully, but these errors were encountered:
Done, I checked for others occurrences of curl, but I think it only makes sense to change it for the generic install functions. Let me know what you think. I also made the download display silent, though it will still print errors if any.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for the project, it really is awesome and I've been looking for something like this for quite a while already. 👏
While extending the project to install the latest release of
bat
, I wanted to reuse the install functions provided, more specifically theinstall_remote_package
option. To this end, I get the latest release from github using their API, but the download url I get from them makes a redirect whichcurl
does not follow since only the-O
flag is used.Is there a particular reason why you did this way, or should we just add the
-L
flag to follow redirects?The text was updated successfully, but these errors were encountered: