Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 228d2ab7 authored by Simon Chan's avatar Simon Chan
Browse files

fix(bin): add missing arg for pm install

parent a5afb560
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -239,6 +239,7 @@ export class PackageManager extends AdbCommandBase {
        }

        const args = this.buildInstallArgs(options);
        args.push(filePath);
        const process = await AdbSubprocessNoneProtocol.raw(
            this.adb,
            args.map(escapeArg).join(" ")