index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-10 11:36:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 11:36:21 +0000 |
commit | 7c9cf273535188d7fd1e523815610e54d0043fd9 (patch) | |
tree | ec723bec8f05ee38beae2cd78a9c62e864b3470d /profiles/desktop.py | |
parent | afda64762358a55142f3d75088f8e05617ce9eab (diff) | |
parent | 45500764328d744bb2b4611353461dfc1dcd12e9 (diff) |
-rw-r--r-- | profiles/desktop.py | 2 |
diff --git a/profiles/desktop.py b/profiles/desktop.py index 7b10f773..4d64dcef 100644 --- a/profiles/desktop.py +++ b/profiles/desktop.py @@ -6,7 +6,7 @@ is_top_level_profile = True # New way of defining packages for a profile, which is iterable and can be used out side # of the profile to get a list of "what packages will be installed". -__packages__ = ['nano', 'vim', 'openssh', 'htop', 'wget', 'iwd', 'wireless_tools', 'wpa_supplicant', 'smartmontools'] +__packages__ = ['nano', 'vim', 'openssh', 'htop', 'wget', 'iwd', 'wireless_tools', 'wpa_supplicant', 'smartmontools', 'xdg-utils'] def _prep_function(*args, **kwargs): """ |