fix curl wrong option

This commit is contained in:
Ivo Oliveira Capanema 2022-11-09 22:05:51 -03:00
parent a6b24ea0b6
commit ee7dd09709

View File

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