index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-09 18:05:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 18:05:00 -0400 |
commit | 45500764328d744bb2b4611353461dfc1dcd12e9 (patch) | |
tree | 73aaee2aad676d6dcaa19fe99b1492c72be19c3b | |
parent | f1b42216a7393e58a02f2e885293efe88304cada (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): """ |