forked from Mirror/pmbootstrap
Fix pmbootstrap install --android-recovery-zip (MR 2368)
Tweaked-By: Oliver Smith <ollieparanoid@postmarketos.org>
This commit is contained in:
parent
d8e174b04c
commit
2b577a8694
3 changed files with 6 additions and 5 deletions
|
@ -88,7 +88,7 @@ def sideload(deviceinfo: Deviceinfo, method: str):
|
|||
|
||||
# Missing recovery zip error
|
||||
if not (
|
||||
Chroot.native()
|
||||
chroot
|
||||
/ mountpoint
|
||||
/ "var/lib/postmarketos-android-recovery-installer"
|
||||
/ f"pmos-{deviceinfo.codename}.zip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue