summaryrefslogtreecommitdiff
path: root/dselect/install
diff options
context:
space:
mode:
Diffstat (limited to 'dselect/install')
-rwxr-xr-xdselect/install2
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
;;