Merge branch 'master' of github.com:archlinux/archinstall into bump-version
This commit is contained in:
commit
8bba4b5908
|
|
@ -379,7 +379,7 @@ class ArchConfigHandler:
|
||||||
|
|
||||||
# amend the parameters (check internal consistency)
|
# amend the parameters (check internal consistency)
|
||||||
# Installation can't be silent if config is not passed
|
# 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
|
args.silent = False
|
||||||
|
|
||||||
if args.debug:
|
if args.debug:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue