From b90cdda7654784e1a54830ca08284646caf4b182 Mon Sep 17 00:00:00 2001 From: Graham R Pugh Date: Wed, 5 Aug 2020 11:22:18 +0200 Subject: [PATCH] if --beta is chosen, do not validate build before downloading --- installinstallmacos.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/installinstallmacos.py b/installinstallmacos.py index b0e2f71..2b07bab 100755 --- a/installinstallmacos.py +++ b/installinstallmacos.py @@ -862,7 +862,9 @@ def main(): # skip if build is not suitable for current device # and a validation parameter was chosen - if not_valid and (args.validate or args.auto or args.version or args.os): + if not_valid and ( + args.validate or (args.auto or args.version or args.os) and not args.beta + ): continue # skip if a version is selected and it does not match