diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 20:17:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-09-22 20:17:02 -0300 |
commit | df6d6b26c13ab6645e1f3bf683cc4537f1a18211 (patch) | |
tree | 8b23ad3b909f7a2477988878913c9b4a17e01fe3 | |
parent | a323ff09d756dd06a559586467c84dbe78069060 (diff) |
Issue #195 - Install missing packages
-rwxr-xr-x | update-cleansystem | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update-cleansystem b/update-cleansystem index b55e882..98eb0dc 100755 --- a/update-cleansystem +++ b/update-cleansystem @@ -22,4 +22,6 @@ pacman -b "${db_dir}" \ -Sp --print-format "%n" \ base base-devel sudo ${@} | sort > /etc/libretools.d/cleansystem +pacman -Sy --needed --noconfirm base base-devel sudo $@ + exit $? |