index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-08 06:10:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 06:10:28 +0000 |
commit | b2b9ac2d405698bb259ff338b159f94bdcb0f87d (patch) | |
tree | c58f42e555ac81f8526022e0ba73e175e8025450 /profiles/cinnamon.py | |
parent | b7891f500350d0069699a5e7e23f81df2eea952c (diff) | |
parent | 10649639ac045ae2396265bbbd65af9b78d89a5a (diff) |
-rw-r--r-- | profiles/cinnamon.py | 2 |
diff --git a/profiles/cinnamon.py b/profiles/cinnamon.py index 528158d8..1a796bc7 100644 --- a/profiles/cinnamon.py +++ b/profiles/cinnamon.py @@ -1,6 +1,8 @@ # A desktop environment using "Cinnamon" import archinstall +is_top_level_profile = False + def _prep_function(*args, **kwargs): """ Magic function called by the importing installer |