mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-04-29 22:24:34 +02:00
fix config-update
This commit is contained in:
parent
cbba95a290
commit
a0c9538c94
2
utils.sh
2
utils.sh
@ -119,7 +119,7 @@ config_update() {
|
||||
fi
|
||||
else
|
||||
sources[$PATCHES_SRC]=0
|
||||
if ! last_patches_url=$(gh_req "https://api.github.com/repos/${PATCHES_SRC}/releases/latest" - 2>&1 \
|
||||
if ! last_patches_url=$(gh_req "https://api.github.com/repos/${PATCHES_SRC}/releases/latest" - \
|
||||
| jq -e -r '.assets[] | select(.name | endswith("jar")) | .name'); then
|
||||
abort oops
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user