Merge pull request #528 from fosslinux/mirror-docs

Document mirrors a bit better
This commit is contained in:
Andrius Štikonas 2025-09-08 01:04:45 +01:00 committed by GitHub
commit 3d1d1e751f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 49 additions and 1 deletions

View file

@ -178,6 +178,10 @@ def main():
else:
args.swap = 0
# Validate mirrors
if not args.mirrors:
raise ValueError("At least one mirror must be provided.")
# Set constant umask
os.umask(0o022)