From d0a02f39c8e9706035036deb71ae663dc559b52f Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Tue, 19 Jan 2021 23:35:37 +0100 Subject: Fixed #76 and created PGP keys. --- examples/guided.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index 3ebdcd14..4bc65349 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -56,8 +56,6 @@ def perform_installation(device, boot_partition, language, mirrors): if archinstall.storage['_guided']['packages'] and archinstall.storage['_guided']['packages'][0] != '': installation.add_additional_packages(archinstall.storage['_guided']['packages']) - print('Installing:', archinstall.storage['_guided']['profile']['path'].strip()) - time.sleep(10) if 'profile' in archinstall.storage['_guided'] and len(profile := archinstall.storage['_guided']['profile']['path'].strip()): installation.install_profile(profile) -- cgit v1.2.3-54-g00ecf