mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
fix validate mirrors issue
This commit is contained in:
parent
bdc83ee451
commit
57a0311cb4
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def main():
|
||||||
args.swap = 0
|
args.swap = 0
|
||||||
|
|
||||||
# Validate mirrors
|
# Validate mirrors
|
||||||
if not args.mirrors:
|
if not args.mirrors and not args.external_sources:
|
||||||
raise ValueError("At least one mirror must be provided.")
|
raise ValueError("At least one mirror must be provided.")
|
||||||
|
|
||||||
# Set constant umask
|
# Set constant umask
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue