temporarily disable run-patches

This commit is contained in:
Lincoln Stein 2023-03-13 09:33:32 -04:00
parent c4de509983
commit 1b62c781d7

View File

@ -66,7 +66,8 @@ def main():
Globals.ckpt_convert = args.ckpt_convert
# run any post-install patches needed
run_patches()
# temporarily disabled
# run_patches()
print(f">> Internet connectivity is {Globals.internet_available}")