Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-01-19 23:35:37 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-01-19 23:35:37 +0100
commitd0a02f39c8e9706035036deb71ae663dc559b52f (patch)
tree7c57e7515b76c6bb19d8c33d195dd82421427e8e /examples
parent53a4a082da03549c972b39e6d9479acf3b038cca (diff)
Fixed #76 and created PGP keys.
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 0 insertions, 2 deletions
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)