From fe86a5599f22da2d6342312a1823d33fd1056e3c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 15 Sep 2023 09:22:56 +0200 Subject: [PATCH] remove archboot.org --- usr/lib/archboot/container.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 8034f88be..596dbbabd 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -118,7 +118,6 @@ _create_pacman_conf() { echo "Adding archboot repository to ${_PACMAN_CONF}..." echo "[archboot]" >> "${_PACMAN_CONF}" echo "Server = https://archboot.com/pkg" >> "${_PACMAN_CONF}" - echo "Server = https://archboot.org/pkg" >> "${_PACMAN_CONF}" echo "Server = https://archboot.net/pkg" >> "${_PACMAN_CONF}" fi #shellcheck disable=SC2001