diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 14:48:32 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 14:48:32 +0100 |
commit | 255d0df3c1e3c7bacb709f4ce2a25fa55bb73d8f (patch) | |
tree | 4aee86698428512f502590b2353ded63f3c27e32 /unofficial/modules/dieter | |
parent | 9b10c079cebc92eee2a94ff6aa940815e0b3c551 (diff) |
also enabled community repo
Diffstat (limited to 'unofficial/modules/dieter')
-rw-r--r-- | unofficial/modules/dieter/procedures/automatic | 2 |
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 } |