mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-16 20:40:36 +00:00
Compare commits
2 Commits
47579913ca
...
5e4cebb090
Author | SHA1 | Date | |
---|---|---|---|
|
5e4cebb090 | ||
|
3fc191102b |
@ -220,7 +220,7 @@ lug_wiki="https://starcitizen-lug.github.io"
|
||||
# Github repo and script version info
|
||||
repo="starcitizen-lug/lug-helper"
|
||||
releases_url="https://github.com/$repo/releases"
|
||||
current_version="v2.6.3"
|
||||
current_version="v2.6.4"
|
||||
|
||||
############################################################################
|
||||
############################################################################
|
||||
@ -1389,7 +1389,7 @@ download_install() {
|
||||
fi
|
||||
|
||||
# Get the selected download url
|
||||
download_url="$(curl -s "$contributor_url$query_string" | grep -Eo "\"$search_key\": ?\"[^\"]+$download_file\"" | cut -d '"' -f4)"
|
||||
download_url="$(curl -s "$contributor_url$query_string" | grep -Eo "\"$search_key\": ?\"[^\"]+$download_file\"" | cut -d '"' -f4 | sed 's|/-/blob/|/-/raw/|')"
|
||||
|
||||
# Sanity check
|
||||
if [ -z "$download_url" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user