fix curl wrong option
This commit is contained in:
parent
a6b24ea0b6
commit
ee7dd09709
@ -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" |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user