index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-06-13 16:28:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-13 16:28:12 +0200 |
commit | 8489137b878aa920c3b6e9c567146f2c95d7981b (patch) | |
tree | 2ef1690519b13b700d3da9e16b8a0ddc58819a8f /examples/guided.py | |
parent | d30a22cae3e7a37d4141d3a6128e83fc3d47f9be (diff) | |
parent | c4edf3476419ad30de1fa6002bd63c8a77785c2f (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 647e78b1..aebebcfa 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -437,7 +437,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 |