summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2022-01-10 18:48:33 -0500
committerAndrew Cady <d@cryptonomic.net>2022-01-10 18:48:33 -0500
commit799128b2e4b3f7cad1afe5ab237e7eed8038fc64 (patch)
tree3e643fb0d39f399970fb6e55a69885b1009f3aa1
parent7b32efaf0ec0c147ca43a26b17c36d02ce13b9db (diff)
selfstrap will be more verbose while downloading
-rwxr-xr-xselfstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/selfstrap b/selfstrap
index 933ee17..75907fc 100755
--- a/selfstrap
+++ b/selfstrap
@@ -362,7 +362,7 @@ dpkg_configure_from_apt_actions()
362 362
363apt_extract() 363apt_extract()
364{ 364{
365 apt_get -d -yqq install "$@" 365 apt_get -d -y install "$@"
366 actions=$(mktemp) || die 'mktemp failed' 366 actions=$(mktemp) || die 'mktemp failed'
367 apt_get -s -yqq install "$@" > "$actions" || die 'apt-get failed' 367 apt_get -s -yqq install "$@" > "$actions" || die 'apt-get failed'
368 368