move to new url

This commit is contained in:
Tobias Powalowski 2022-05-30 16:12:29 +02:00
parent 7d8eabdb04
commit f5cbded41f
3 changed files with 4 additions and 4 deletions

View file

@ -29,9 +29,9 @@ EDITOR=""
set_title() {
if [[ -e "${LOCAL_DB}" ]]; then
TITLE="Arch Linux Installation (Local mode) --> wiki.archlinux.org/title/Archboot"
TITLE="Arch Linux Installation (Local mode) --> https://bit.ly/archboot"
else
TITLE="Arch Linux Installation (Online mode) --> wiki.archlinux.org/title/Archboot"
TITLE="Arch Linux Installation (Online mode) --> https://bit.ly/archboot"
fi
}

View file

@ -53,7 +53,7 @@ _create_iso() {
echo "Generate Release.txt ..."
(echo "Welcome to ARCHBOOT INSTALLATION / RESCUEBOOT SYSTEM";\
echo "Creation Tool: 'archboot' Tobias Powalowski <tpowa@archlinux.org>";\
echo "Homepage: https://wiki.archlinux.org/title/Archboot";\
echo "Homepage: https://bit.ly/archboot";\
echo "Architecture: ${_ARCH}";\
echo "RAM requirement to boot: 1300 MB or greater";\
echo "Archboot:$(systemd-nspawn -q -D "${_W_DIR}" pacman -Qi "${_ARCHBOOT}" | grep Version | cut -d ":" -f2 | sed -e "s/\r//g")";\

View file

@ -356,7 +356,7 @@ _chromium_flags() {
--no-sandbox
--test-type
--incognito
wiki.archlinux.org/title/Archboot
bit.ly/archboot
EOF
}