|
|
@ -42,7 +42,7 @@ get_device_downloads_page() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
get_build_url() { |
|
|
|
get_build_url() { |
|
|
|
curl --no-progress-meter "$(get_device_downloads_page)" | |
|
|
|
curl --silent "$(get_device_downloads_page)" | |
|
|
|
grep --only-matching --ignore-case \ |
|
|
|
grep --only-matching --ignore-case \ |
|
|
|
"https://mirrorbits.lineageos.org/[^\"]*"$( |
|
|
|
"https://mirrorbits.lineageos.org/[^\"]*"$( |
|
|
|
)"$(get_lineage_version)-signed.zip" | |
|
|
|
)"$(get_lineage_version)-signed.zip" | |
|
|
|