Commit c2f96975 authored by vvb2060's avatar vvb2060 Committed by topjohnwu

Pre grant as much as possible

parent 8bd4760b
......@@ -153,7 +153,7 @@ void exec_module_scripts(const char *stage, const vector<string_view> &modules)
constexpr char install_script[] = R"EOF(
APK=%s
log -t Magisk "pm_install: $APK"
log -t Magisk "pm_install: $(pm install -r $APK 2>&1)"
log -t Magisk "pm_install: $(pm install -g -r $APK 2>&1)"
rm -f $APK
)EOF";
......
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