diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-27 07:00:12 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-27 07:00:12 +0100 |
commit | 2208c36eb4cda10e8869feb85522d3805199db85 (patch) | |
tree | 7844411184b717d89d3e226f1d876baae4696c94 /include/bootstrap | |
parent | d66b8b7e9220c8c5494c3cf1ff9bb82745fc9d16 (diff) |
bootstrap: Execute pkg update at the end
Diffstat (limited to 'include/bootstrap')
-rwxr-xr-x | include/bootstrap | 2 |
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 |