diff options
author | Mark Longair <mhl@pobox.com> | 2012-10-02 11:15:37 +0100 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2012-10-02 11:15:37 +0100 |
commit | 7cfde7448df1553d9042efd402a56dc060072f02 (patch) | |
tree | b82c062a6814029a695cad1989b69f40f74bac14 | |
parent | 482118fee686417072b5c12bf379a4b5d3892c95 (diff) |
Assume "yes" to the query about purging apt-xapian-index
-rwxr-xr-x | bin/pre-install-as-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pre-install-as-root b/bin/pre-install-as-root index c2ac2147e..7d4060cf2 100755 --- a/bin/pre-install-as-root +++ b/bin/pre-install-as-root @@ -244,7 +244,7 @@ update_apt_sources apt-get install -y git-core lockfile-progs rubygems # And remove one crippling package, if it's installed: -apt-get remove --purge apt-xapian-index || true +apt-get remove -y --purge apt-xapian-index || true clone_or_update_repository $REPOSITORY |