diff options
Diffstat (limited to 'INSTALL/common.d')
-rw-r--r-- | INSTALL/common.d/10_base | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL/common.d/10_base b/INSTALL/common.d/10_base index fbc2bfe..efb1674 100644 --- a/INSTALL/common.d/10_base +++ b/INSTALL/common.d/10_base @@ -16,6 +16,7 @@ echo "deb http://http.debian.net/debian stable-backports main contrib" >>/etc/ap # setup network retries for apt echo "Acquire::Retries 5;" >/etc/apt/apt.conf.d/99NetRetries +echo "Debug::Acquire::*=true;" >> /etc/apt/apt.conf.d/99NetDebug # upgrade distro apt-get update -y |