You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
328 B

  1. --- a/usr/share/debootstrap/functions
  2. +++ b/usr/share/debootstrap/functions
  3. @@ -78,7 +78,6 @@ progress_next () {
  4. }
  5. wgetprogress () {
  6. - [ ! "$VERBOSE" ] && NVSWITCH="-nv"
  7. local ret=0
  8. if [ "$USE_DEBIANINSTALLER_INTERACTION" ] && [ "$PROGRESS_NEXT" ]; then
  9. # The exit status of a pipeline is that of the last command in