Fixed #76 and created PGP keys.

This commit is contained in:
Anton Hvornum 2021-01-19 23:35:37 +01:00
parent 53a4a082da
commit d0a02f39c8
No known key found for this signature in database
GPG Key ID: F1234C5BA67C59DF
1 changed files with 0 additions and 2 deletions

View File

@ -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)