()
| 1223 | # finished. If a validated Settings candidate exists, immediately show the |
| 1224 | # exact installation command instead of waiting for the next Termux launch. |
| 1225 | print(f"[+] {_('Update process completed successfully')}!") |
| 1226 | install_notice = dedguy_post_update_install_notice() |
| 1227 | if install_notice: |
| 1228 | print(install_notice) |
| 1229 | return existing_dedsec_path |
| 1230 | |
| 1231 | |
| 1232 | def update_dedsec_source_1(): |
| 1233 | return update_dedsec(REPO_URL_SOURCE_1, REPO_API_URL_SOURCE_1) |
| 1234 |
no test coverage detected