summaryrefslogtreecommitdiff
path: root/include/bootstrap
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-27 07:00:12 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-27 07:00:12 +0100
commit2208c36eb4cda10e8869feb85522d3805199db85 (patch)
tree7844411184b717d89d3e226f1d876baae4696c94 /include/bootstrap
parentd66b8b7e9220c8c5494c3cf1ff9bb82745fc9d16 (diff)
bootstrap: Execute pkg update at the end
Diffstat (limited to 'include/bootstrap')
-rwxr-xr-xinclude/bootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bootstrap b/include/bootstrap
index 50adeba..054e5cd 100755
--- a/include/bootstrap
+++ b/include/bootstrap
@@ -56,6 +56,8 @@ bin/checklinks
bin/pkg eval populate_collected core
bin/pkg eval exec_hook core post-add
+bin/pkg update
+
if (( rcempty )) {
echo 'Removing empty zshrc'
rm ~/.zshrc