mirror of
https://github.com/grahampugh/macadmin-scripts.git
synced 2025-12-17 17:56:33 +00:00
if --beta is chosen, do not validate build before downloading
This commit is contained in:
parent
70fda7b098
commit
b90cdda765
@ -862,7 +862,9 @@ def main():
|
|||||||
|
|
||||||
# skip if build is not suitable for current device
|
# skip if build is not suitable for current device
|
||||||
# and a validation parameter was chosen
|
# 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
|
continue
|
||||||
|
|
||||||
# skip if a version is selected and it does not match
|
# skip if a version is selected and it does not match
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user