index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 13:20:58 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 13:20:58 +0200 |
commit | 9c5d1e98916d41c3a8cb951dcec08217cddefbed (patch) | |
tree | c36e45ce8e84f233ccb0ada91bf37839e46dac11 /examples | |
parent | 0e8130af9a2f18603d9bc8a4331f7d67a56b1b9f (diff) |
-rw-r--r-- | examples/guided.py | 2 |
diff --git a/examples/guided.py b/examples/guided.py index 83eeabe3..03874ada 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -24,7 +24,7 @@ def perform_installation(device, boot_partition, language, mirrors): if len(packages) and packages[0] != '': installation.add_additional_packages(packages) - if len(profile.strip()): + if profile and len(profile.strip()): installation.install_profile(profile) for user, password in users.items(): |