recovery zip install: link to wiki page

Show a link to a new wiki page with working sideload instructions
instead of the broken command: <https://postmarketos.org/recoveryzip>
This commit is contained in:
Oliver Smith 2018-10-24 08:53:55 +02:00
parent d8aba7e81b
commit f09845bced
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 9 deletions

View File

@ -391,15 +391,8 @@ def install_recovery_zip(args):
# Flash information
logging.info("*** (4/4) FLASHING TO DEVICE ***")
logging.info("Run the following to flash your installation to the"
" target device:")
logging.info("* pmbootstrap flasher --method adb sideload")
logging.info(" Flashes the installer zip to your device.")
# Export information
logging.info("* If this does not work, you can also create a"
" symlink to the generated zip with 'pmbootstrap"
" export' and flash outside of pmbootstrap.")
logging.info("Flashing with the recovery zip is explained here:")
logging.info("<https://postmarketos.org/recoveryzip>")
def install(args):