summaryrefslogtreecommitdiff
path: root/unofficial/modules/dieter/procedures/automatic
diff options
context:
space:
mode:
Diffstat (limited to 'unofficial/modules/dieter/procedures/automatic')
-rw-r--r--unofficial/modules/dieter/procedures/automatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic
index 21a0f49..680e8c9 100644
--- a/unofficial/modules/dieter/procedures/automatic
+++ b/unofficial/modules/dieter/procedures/automatic
@@ -88,7 +88,7 @@ worker_package_list ()
worker_install_packages ()
{
- target_prepare_pacman core extra #TODO: it would be better if this was a separate worker, i think
+ target_prepare_pacman core extra community #TODO: it would be better if this was a separate worker, i think
[ -z "$TARGET_PACKAGES" ] && die_error "No packages listed to be installed!"
installpkg
}