mirror of
https://github.com/j-hc/revanced-magisk-module.git
synced 2025-05-09 02:54:30 +02:00
Update utils.sh
This commit is contained in:
parent
96ac648b72
commit
1e8b9f51bd
1
utils.sh
1
utils.sh
@ -252,6 +252,7 @@ build_rv() {
|
|||||||
if [ -z "$version" ]; then get_latest_ver=true; fi
|
if [ -z "$version" ]; then get_latest_ver=true; fi
|
||||||
elif [ "$version_mode" = latest ]; then
|
elif [ "$version_mode" = latest ]; then
|
||||||
get_latest_ver=true
|
get_latest_ver=true
|
||||||
|
patcher_args="$patcher_args --experimental"
|
||||||
else
|
else
|
||||||
version=$version_mode
|
version=$version_mode
|
||||||
patcher_args="$patcher_args --experimental"
|
patcher_args="$patcher_args --experimental"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user