remove archboot.org

This commit is contained in:
Tobias Powalowski 2023-09-15 09:22:56 +02:00
parent 881e2f001f
commit fe86a5599f

View file

@ -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