Force people to include a mirror

This commit is contained in:
fosslinux 2025-07-14 11:57:04 +10:00
parent fdbccc251b
commit 00e39e13d0

View file

@ -177,6 +177,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)