mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
254a5b69af
Update to latest upstream release. Highlights of changes since 1.0.128: * Added support for Debian 13 (trixie) * Added support for many new Ubuntu releases (jammy through plucky) * Improvements to keyring handling * Various bug fixes and cleanups Drop PKG_REAL_VERSION and the now-redundant PKG_BUILD_DIR override: upstream and downstream versions match, so use PKG_VERSION directly in PKG_SOURCE. Link: https://salsa.debian.org/installer-team/debootstrap/-/blob/1.0.143/debian/changelog Signed-off-by: Daniel Golle <daniel@makrotopia.org>
11 lines
328 B
Diff
11 lines
328 B
Diff
--- a/usr/share/debootstrap/functions
|
|
+++ b/usr/share/debootstrap/functions
|
|
@@ -81,7 +81,6 @@ progress_next () {
|
|
}
|
|
|
|
wgetprogress () {
|
|
- [ ! "$VERBOSE" ] && NVSWITCH="-nv"
|
|
local ret=0
|
|
if [ "$USE_DEBIANINSTALLER_INTERACTION" ] && [ "$PROGRESS_NEXT" ]; then
|
|
# The exit status of a pipeline is that of the last command in
|