diff --git a/pmb/__init__.py b/pmb/__init__.py index 18612e24..8f767657 100644 --- a/pmb/__init__.py +++ b/pmb/__init__.py @@ -89,7 +89,14 @@ def main(): log_hint += (" Alternatively you can use '--details-to-stdout' to" " get more output, e.g. 'pmbootstrap" " --details-to-stdout init'.") + print() print(log_hint) + print() + print("Before you report this error, ensure that pmbootstrap is " + "up to date.") + print("Find the latest version here:" + " https://git.sr.ht/~postmarketos/pmbootstrap/refs") + print(f"Your version: {__version__}") return 1