diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:53:28 +0000 |
commit | 536976170fe01c9637af246302ab7b589993788e (patch) | |
tree | 783dc4ac9b7256a45ff1d531e599cb961b89a482 /dselect | |
parent | e356ae6be21bd43ea8a9a2055acf1cd4e42cbf80 (diff) |
Fixed update and bad conf file
Author: jgg
Date: 1999-04-11 06:46:09 GMT
Fixed update and bad conf file
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 8c04335db..572e8d1c3 100755 --- a/dselect/install +++ b/dselect/install @@ -57,7 +57,7 @@ if [ $RES -eq 0 ]; then ;; prompt) exec 3>&1 - if [ `yesno "Do you want to erase the downloaded files " y` = y ]; then + if [ `yesno "Do you want to erase the downloaded .deb files " y` = y ]; then $APTGET clean && echo "Press enter to continue." && read RES && exit 0; fi ;; |