From fe8909c11921c6fa7c6f3849b0382f5d83ce1fb6 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Fri, 9 Aug 2019 15:11:30 -0400 Subject: [PATCH] Disabled ipv4 for running helpers --- helpers/config | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/config b/helpers/config index 82587af6..c667e0f6 100755 --- a/helpers/config +++ b/helpers/config @@ -86,6 +86,7 @@ Dir::Etc::SourceParts ""; Dir::Cache "${LOCAL_APT}/var/cache/apt"; pkgCacheGen::Essential "none"; Dir::Etc::Trusted "${LOCAL_APT}/etc/trusted.gpg"; +Acquire::ForceIPv4 "true"; EOF export TRUSTEDFILE=${LOCAL_APT}/etc/trusted.gpg -- GitLab