From e9ad8310ad7e2af02d1f4119d267d96a2297ae7b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 8 Sep 2023 10:36:56 +0200 Subject: [PATCH] update homepage --- usr/lib/archboot/container.sh | 1 + usr/share/archboot/doc/archboot.html | 132 ++++++++++++++++++++------- 2 files changed, 102 insertions(+), 31 deletions(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 74a48d76b..0d7d68c29 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -118,6 +118,7 @@ _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}" fi #shellcheck disable=SC2001 [[ "${2}" == "use_binfmt" ]] && _PACMAN_CONF="$(echo "${_PACMAN_CONF}" | sed -e "s#^${1}##g")" diff --git a/usr/share/archboot/doc/archboot.html b/usr/share/archboot/doc/archboot.html index ea980382c..db129e51b 100644 --- a/usr/share/archboot/doc/archboot.html +++ b/usr/share/archboot/doc/archboot.html @@ -14,7 +14,7 @@

Logo

Archboot Project | Donate

-

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 05.09.2023 08:37

+

© 2006 - 2023 | Tobias Powalowski
Arch Linux Developer tpowa
Last update: 07.09.2023 20:15