Fixes --silent in conjuction with --config-url (#3465)

This commit is contained in:
Anton Hvornum 2025-05-14 20:30:38 +02:00 committed by GitHub
parent b062271b2c
commit 83a45e8f9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -379,7 +379,7 @@ class ArchConfigHandler:
# amend the parameters (check internal consistency)
# Installation can't be silent if config is not passed
if args.config is None:
if args.config is None and args.config_url is None:
args.silent = False
if args.debug: