Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 9, 2023
1 parent d280c14 commit b02c621
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openandroidinstaller/tooling.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ def adb_twrp_install_addons(bin_path: Path, addons: List[str], is_ab: bool) -> b
sleep(5)
# now flash os image
for line in adb_sideload(bin_path=bin_path, target=addon):
if line:
yield line
yield line
sleep(7)
# finally reboot into os
if is_ab:
Expand Down

0 comments on commit b02c621

Please sign in to comment.