mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4201] hack/download.sh using latest release page #3307
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @StevenLi-phoenix on GitHub (May 6, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4201
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
@fatedier commented on GitHub (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.