Installation fertig gestellt

This commit is contained in:
eichehome 2021-09-26 23:05:58 +02:00
parent ce385bf8e9
commit c53c99d9af
3 changed files with 38 additions and 9 deletions

View file

@ -8,6 +8,7 @@ setColors() {
# shellcheck disable=SC2034
DONE="${COL_LIGHT_GREEN} done!${COL_NC}"
OVER="\\r\\033[K"
FETT='\e[1m'
}
prepare_screen() {
@ -80,8 +81,6 @@ install_dependencies() {
done
if [[ "${#installArray[@]}" -gt 0 ]]; then
printf " %b Processing %s install(s) for: %s, please wait...\\n" "${INFO}" "${PKG_MANAGER}" "${installArray[*]}"
printf '%*s\n' "$columns" '' | tr " " -;
"${SUDO}" "${PKG_INSTALL[@]}" "${installArray[@]}"
printf '%*s\n' "$columns" '' | tr " " -;
fi
}