diff --git a/usr/lib/archboot/installer/base.sh b/usr/lib/archboot/installer/base.sh index 4392de72a..9bbe40c5c 100644 --- a/usr/lib/archboot/installer/base.sh +++ b/usr/lib/archboot/installer/base.sh @@ -3,12 +3,12 @@ # created by Tobias Powalowski _set_title() { if [[ "${_DESTDIR}" == "/" ]]; then - _TITLE="Archboot ${_RUNNING_ARCH} | ${_RUNNING_KERNEL} | Arch Linux Setup (System Mode) | https://archboot.com" + _TITLE="Archboot ${_RUNNING_ARCH} | ${_RUNNING_KERNEL} | Arch Linux Setup (System Mode) | archboot.com" else if [[ -e "${_LOCAL_DB}" ]]; then - _TITLE="Archboot ${_RUNNING_ARCH} | ${_RUNNING_KERNEL} | Setup (Offline Mode) | https://archboot.com" + _TITLE="Archboot ${_RUNNING_ARCH} | ${_RUNNING_KERNEL} | Setup (Offline Mode) | archboot.com" else - _TITLE="Archboot ${_RUNNING_ARCH} | ${_RUNNING_KERNEL} | Setup (Online Mode) | https://archboot.com" + _TITLE="Archboot ${_RUNNING_ARCH} | ${_RUNNING_KERNEL} | Setup (Online Mode) | archboot.com" fi fi } diff --git a/usr/share/archboot/doc/gnome.png b/usr/share/archboot/doc/gnome.png index 3fe985871..d72788ee0 100644 Binary files a/usr/share/archboot/doc/gnome.png and b/usr/share/archboot/doc/gnome.png differ diff --git a/usr/share/archboot/doc/grub.png b/usr/share/archboot/doc/grub.png index 93917bcf1..ac0491c4a 100644 Binary files a/usr/share/archboot/doc/grub.png and b/usr/share/archboot/doc/grub.png differ diff --git a/usr/share/archboot/doc/plasma.png b/usr/share/archboot/doc/plasma.png index 47421510f..09db9e3e3 100644 Binary files a/usr/share/archboot/doc/plasma.png and b/usr/share/archboot/doc/plasma.png differ diff --git a/usr/share/archboot/doc/sway.png b/usr/share/archboot/doc/sway.png index 12ebd88d8..576f8cb3c 100644 Binary files a/usr/share/archboot/doc/sway.png and b/usr/share/archboot/doc/sway.png differ diff --git a/usr/share/archboot/doc/xfce.png b/usr/share/archboot/doc/xfce.png index f1e170785..2ef70ad27 100644 Binary files a/usr/share/archboot/doc/xfce.png and b/usr/share/archboot/doc/xfce.png differ