]> git.saurik.com Git - apt.git/blobdiff - dselect/install
Fixed update and bad conf file
[apt.git] / dselect / install
index 8c04335db5a4d395092adbaaae6886ef7f094f9c..572e8d1c3738c20a27ba07f02ef7217f1053dbbe 100755 (executable)
@@ -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
        ;;