remove https://

This commit is contained in:
Tobias Powalowski 2024-03-13 10:46:03 +01:00
parent b2eb8d17f2
commit 846ff04f01
6 changed files with 3 additions and 3 deletions

View file

@ -3,12 +3,12 @@
# created by Tobias Powalowski <tpowa@archlinux.org>
_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
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 76 KiB