From 3e24c7b0810301018b6977b6c122adf0bf31c7be Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 4 Sep 2019 21:47:49 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to apt run --- .etckeeper | 1 + apt/apt.conf.d/99disable-ipv6 | 1 + 2 files changed, 2 insertions(+) create mode 100644 apt/apt.conf.d/99disable-ipv6 diff --git a/.etckeeper b/.etckeeper index 1af73cc..e05208d 100755 --- a/.etckeeper +++ b/.etckeeper @@ -498,6 +498,7 @@ maybe chmod 0644 'apt/apt.conf.d/50appstream' maybe chmod 0644 'apt/apt.conf.d/50command-not-found' maybe chmod 0644 'apt/apt.conf.d/70debconf' maybe chmod 0644 'apt/apt.conf.d/90mintsystem' +maybe chmod 0644 'apt/apt.conf.d/99disable-ipv6' maybe chmod 0644 'apt/apt.conf.d/99needrestart' maybe chmod 0644 'apt/apt.conf.d/99synaptic' maybe chmod 0644 'apt/apt.conf.d/99update-notifier' diff --git a/apt/apt.conf.d/99disable-ipv6 b/apt/apt.conf.d/99disable-ipv6 new file mode 100644 index 0000000..490ee3e --- /dev/null +++ b/apt/apt.conf.d/99disable-ipv6 @@ -0,0 +1 @@ +Acquire::ForceIPv4 "true"; -- 2.39.5