Merge branch 'master' of github.com:archlinux/archinstall into bump-version

This commit is contained in:
Torxed 2025-05-14 20:31:18 +02:00
commit 8bba4b5908
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: