diff --git a/lug-helper.sh b/lug-helper.sh index d7d703e..4e95ded 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -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