add Archboot to setup title

This commit is contained in:
Tobias Powalowski 2022-06-13 11:38:11 +02:00
parent 5663336d61
commit 6f2afadab4

View file

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