Compare commits

..

No commits in common. "5e4cebb09062b1c6d55386a3d738b096cb6001c1" and "47579913ca3a1fb6f132c6ee67a5ba6db7b15e69" have entirely different histories.

View File

@ -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.4"
current_version="v2.6.3"
############################################################################
############################################################################
@ -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 | sed 's|/-/blob/|/-/raw/|')"
download_url="$(curl -s "$contributor_url$query_string" | grep -Eo "\"$search_key\": ?\"[^\"]+$download_file\"" | cut -d '"' -f4)"
# Sanity check
if [ -z "$download_url" ]; then