update readme

This commit is contained in:
j-hc
2022-07-27 00:32:16 +03:00
parent b8edb62ffe
commit 3ec5883e09
2 changed files with 12 additions and 11 deletions

View File

@ -85,6 +85,7 @@ get_patch_last_supported_ver() {
patch_apk() {
local stock_input=$1 patched_output=$2 patcher_args=$3
#shellcheck disable=SC2086
java -jar "$RV_CLI_JAR" -a "$stock_input" -c -o "$patched_output" -b "$RV_PATCHES_JAR" -m "$RV_INTEGRATIONS_APK" --keystore=ks.keystore $patcher_args
}
@ -96,7 +97,6 @@ zip_module() {
cd ..
}
build_twitter() {
echo "Building Twitter"
local last_ver
@ -187,6 +187,7 @@ build_music() {
}
service_sh() {
#shellcheck disable=SC2016
local s='while [ "$(getprop sys.boot_completed)" != 1 ]; do
sleep 1
done