summaryrefslogtreecommitdiff
path: root/templates/install_packages.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_packages.tpl')
-rwxr-xr-xtemplates/install_packages.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_packages.tpl b/templates/install_packages.tpl
index a1e61d9..4f600ce 100755
--- a/templates/install_packages.tpl
+++ b/templates/install_packages.tpl
@@ -21,9 +21,9 @@
<input type="hidden" name="step" value="{$next_step}" />
<input type="hidden" name="method" value="install" />
- {* include required packages during first install *}
+ {* include required packages during first install only *}
{foreach from=$schema key=package item=item}
- {if $item.required|default:false and !$item.installed}
+ {if $first_install and $item.required|default:false and !$item.installed}
<input type="hidden" name="packages[]" value="{$package}" />
{/if}
{/foreach}