From 1d5e249027206195564480b26d6f6f162d11c80b Mon Sep 17 00:00:00 2001 From: urosm Date: Fri, 13 Sep 2024 20:19:38 +0200 Subject: [PATCH] apt: drop https in favour of http --- .config/apt/sources.list | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/apt/sources.list b/.config/apt/sources.list index a72a572..ed4b119 100644 --- a/.config/apt/sources.list +++ b/.config/apt/sources.list @@ -1,4 +1,4 @@ -deb https://deb.debian.org/debian testing main non-free-firmware -deb https://security.debian.org/debian-security testing-security main non-free-firmware -deb https://deb.debian.org/debian unstable main non-free-firmware -deb https://deb.debian.org/debian experimental main non-free-firmware +deb http://deb.debian.org/debian testing main non-free-firmware +deb http://security.debian.org/debian-security testing-security main non-free-firmware +deb http://deb.debian.org/debian unstable main non-free-firmware +deb http://deb.debian.org/debian experimental main non-free-firmware