diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:19 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:19 +0000 |
commit | 064718971b665b5fc41a32575da015f5666560a8 (patch) | |
tree | 1ddc66ec872a868281382e938a21956a8140747f /dselect | |
parent | 72f16ed26584897564d56a6f057b6d08df7a6010 (diff) |
Changed to the default of prompt
Author: jgg
Date: 1999-03-28 21:29:45 GMT
Changed to the default of prompt
Diffstat (limited to 'dselect')
-rwxr-xr-x | dselect/install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dselect/install b/dselect/install index 2481fcea1..8c04335db 100755 --- a/dselect/install +++ b/dselect/install @@ -1,7 +1,7 @@ #!/bin/sh # Get the configuration from /etc/apt/apt.conf -CLEAN="auto" +CLEAN="prompt" OPTS="-f" APTGET="/usr/bin/apt-get" DPKG="/usr/bin/dpkg" |