Commit 8618cc38 authored by vvb2060's avatar vvb2060 Committed by topjohnwu

Fix install modules

Fix #3759
parent 4b01e3a3
......@@ -66,7 +66,7 @@ open class FlashZip(
console.add("- Installing ${mUri.displayName}")
return Shell.su("sh $installDir/update-binary dummy 1 $zipFile")
return Shell.su("sh $installDir/update-binary dummy 1 \"$zipFile\"")
.to(console, logs).exec().isSuccess
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment