Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: delete temporary files after root installation
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Aug 24, 2023
1 parent a536c9f commit a3d8705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/kotlin/app/revanced/utils/adb/AdbManager.kt
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ internal sealed class AdbManager(deviceSerial: String? = null) : Closeable {
device.run(UMOUNT.applyReplacement()) // Sanity check.
device.run(MOUNT_PATH.applyReplacement())
device.run(RESTART.applyReplacement())
device.run(DELETE.applyReplacement(TMP_PATH).applyReplacement())

super.install(apk)
}
Expand Down

0 comments on commit a3d8705

Please sign in to comment.