diff --git a/custom-install.py b/custom-install.py index d65afce..c2c5dd3 100755 --- a/custom-install.py +++ b/custom-install.py @@ -325,3 +325,6 @@ with TemporaryDirectory(suffix='-custom-install') as tempdir: # import the directory, now including our title print('Importing into Title Database...') subprocess.run(save3ds_fuse_common_args + ['-i']) + +print('\nFINAL STEP:\nRun custom-install-finalize through homebrew launcher.') +print('This will install a ticket and seed if required.')