Add configurations for tyr
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
84019aac75
commit
fea711b84c
27 changed files with 539 additions and 177 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue