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

hack/download.sh using latest release page #4201

Closed
1 of 11 tasks
StevenLi-phoenix opened this issue May 6, 2024 · 1 comment
Closed
1 of 11 tasks

hack/download.sh using latest release page #4201

StevenLi-phoenix opened this issue May 6, 2024 · 1 comment

Comments

@StevenLi-phoenix
Copy link

StevenLi-phoenix commented May 6, 2024

Describe the feature request

The code for download.sh used the release page and do a search on that page.
Is it possible to use the latest release page to identify the version?

Describe alternatives you've considered

Curl from url https://github.com/fatedier/frp/releases/latest instead of doing whole release page search.

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
@fatedier
Copy link
Owner

fatedier commented May 6, 2024

No. Although it is correct most of the time, here only the official version number will be downloaded, excluding rc, beta, etc.

In addition, this script is only used for testing scenarios and is not available to the public. Please do not use it in a production environment as it may be modified or removed in the future.

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