Add configurations for tyr

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2024-05-06 19:51:07 +02:00
parent 84019aac75
commit fea711b84c
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
27 changed files with 539 additions and 177 deletions

View file

@ -8,6 +8,8 @@ DEFAULT="$(tput op)"
YELLOW="$(tput setaf 3)"
BOLD="$(tput bold)"
INSTALL_LOG=/home/severin/install.log
output::log() {
echo -e "${1}" |& tee -a "${INSTALL_LOG}"
}
@ -52,4 +54,4 @@ output::prompt() {
fi
return 1
}
}