From 799128b2e4b3f7cad1afe5ab237e7eed8038fc64 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Mon, 10 Jan 2022 18:48:33 -0500 Subject: selfstrap will be more verbose while downloading --- selfstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfstrap b/selfstrap index 933ee17..75907fc 100755 --- a/selfstrap +++ b/selfstrap @@ -362,7 +362,7 @@ dpkg_configure_from_apt_actions() apt_extract() { - apt_get -d -yqq install "$@" + apt_get -d -y install "$@" actions=$(mktemp) || die 'mktemp failed' apt_get -s -yqq install "$@" > "$actions" || die 'apt-get failed' -- cgit v1.2.3