mirror of
https://github.com/revanced/revanced-cli.git
synced 2025-01-27 03:07:43 +01:00
fix: broken script CONTENT_UNMOUNT_SCRIPT
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
78d7aa361e
commit
be53e649a7
@ -43,7 +43,7 @@ internal object Constants {
|
|||||||
#!/system/bin/sh
|
#!/system/bin/sh
|
||||||
|
|
||||||
stock_path=${'$'}{ pm path $PLACEHOLDER | grep base | sed 's/package://g' }
|
stock_path=${'$'}{ pm path $PLACEHOLDER | grep base | sed 's/package://g' }
|
||||||
umount -l $PLACEHOLDER; done< /proc/mounts
|
umount -l ${'$'}stock_path
|
||||||
""".trimIndent()
|
""".trimIndent()
|
||||||
|
|
||||||
// mount script
|
// mount script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user