fix validate mirrors issue

This commit is contained in:
ajherchenroder 2025-09-10 17:33:26 -04:00 committed by GitHub
parent bdc83ee451
commit 57a0311cb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,7 +179,7 @@ def main():
args.swap = 0
# Validate mirrors
if not args.mirrors:
if not args.mirrors and not args.external_sources:
raise ValueError("At least one mirror must be provided.")
# Set constant umask