Skip to content

Commit

Permalink
Merge pull request reisxd#690 from pedrozzz0/main
Browse files Browse the repository at this point in the history
android-interface: Fixup
  • Loading branch information
shrihankp authored Apr 17, 2023
2 parents c3fc1dd + 328a933 commit f55f4f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android-interface.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ run_builder() {
[[ "$1" == "--delete-cache-no-keystore" ]] || [[ "$1" == "--dcnk" ]] && {
delete_cache_no_keystore
}
cd "$RVB_DIR || exit"
cd "$RVB_DIR"
node .
[[ "$1" == "--delete-cache-after" ]] || [[ "$1" == "--dca" ]] && {
delete_cache
Expand Down Expand Up @@ -166,7 +166,7 @@ reinstall_builder() {
mv "$HOME"/revanced.keystore "$RVB_DIR"/revanced/revanced.keystore
}
log "Reinstalling..."
cd "$RVB_DIR || exit"
cd "$RVB_DIR"
dload_and_install
}

Expand All @@ -191,7 +191,7 @@ update_builder() {
mv "$HOME"/settings.json "$RVB_DIR"/settings.json
}
log "Updating revanced-builder..."
cd "$RVB_DIR || exit"
cd "$RVB_DIR"
dload_and_install n
run_self_update
}
Expand Down Expand Up @@ -223,7 +223,7 @@ mv "$SCR_NAME_EXEC_FP.tmp" "$SCR_NAME_EXEC_FP" && {
}
EOF

log "Inserting update process..."
log "Running update process..."
exec /bin/bash updateScript.sh
}

Expand Down

0 comments on commit f55f4f0

Please sign in to comment.