mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-28 05:31:05 +00:00
feat: add install command
This introduces a separate utility subcommand.
This commit is contained in:
@@ -89,7 +89,7 @@ internal sealed class AdbManager(deviceSerial: String? = null) : Closeable {
|
||||
}
|
||||
|
||||
override fun uninstall(packageName: String) {
|
||||
logger.info("Uninstalling $packageName by unmounting and deleting the package")
|
||||
logger.info("Uninstalling $packageName by unmounting")
|
||||
|
||||
val applyReplacement = getPlaceholderReplacement(packageName)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user