index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Iru Cai <mytbk920423@gmail.com> | 2021-06-13 16:51:57 +0800 |
---|---|---|
committer | Iru Cai <mytbk920423@gmail.com> | 2021-06-13 16:51:57 +0800 |
commit | c4edf3476419ad30de1fa6002bd63c8a77785c2f (patch) | |
tree | f34241a593dd6ca13e00649231ac283faa2cfffa /examples/guided.py | |
parent | b9af735d858dc2400fe7070f5c11c07c29dd3734 (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 266efbd4..11d58fa4 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -442,7 +442,7 @@ if not check_mirror_reachable(): archinstall.log(f"Arch Linux mirrors are not reachable. Please check your internet connection and the log file '{log_file}'.", level=logging.INFO, fg="red") exit(1) -if archinstall.arguments.get('silent', None) is None: +if not archinstall.arguments.get('silent'): ask_user_questions() else: # Workarounds if config is loaded from a file |