Fixed #76 and created PGP keys.
This commit is contained in:
parent
53a4a082da
commit
d0a02f39c8
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue