From 7e3c12c0c3288d4294243c0d1bed2bfcef290d6b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 12 Jun 2022 21:26:10 +0200 Subject: [PATCH] new server path layout --- usr/lib/archboot/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 2df4d49c7..67f71ef52 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -101,7 +101,7 @@ _create_pacman_conf() { if ! grep -qw "\[archboot\]" "${_PACMAN_CONF}"; then echo "Adding archboot repository to ${_PACMAN_CONF} ..." echo "[archboot]" >> "${_PACMAN_CONF}" - echo "Server = https://pkgbuild.com/~tpowa/archboot-repository" >> "${_PACMAN_CONF}" + echo "Server = https://pkgbuild.com/~tpowa/archboot/pkg" >> "${_PACMAN_CONF}" fi else echo "Use custom pacman.conf ..."