Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
fix: use rm -rf
Browse files Browse the repository at this point in the history
Signed-off-by: shrihanDev <[email protected]>
  • Loading branch information
shrihankp committed Aug 23, 2022
1 parent 01a06a2 commit f28effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-interface.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dload_and_install () {
mv revanced-builder-main/!(.|..) .
log "Installing packages..."
npm install --omit=dev
rmdir revanced-builder-main
rm -rf revanced-builder-main
[[ -z "$1" ]] && log "Done. Execute \`$SCR_NAME_EXEC run\` to launch the builder."
}

Expand Down

0 comments on commit f28effc

Please sign in to comment.