This commit is contained in:
JaKooLit 2025-02-05 09:56:00 +09:00
parent 214fe3997f
commit 2460ffc7bd

View File

@ -70,7 +70,7 @@ install_package() {
# Function for build depencies with a progress bar # Function for build depencies with a progress bar
build_dep() { build_dep() {
echo -e "${INFO} building depencies for ${MAGENTA}$1${RESET} " echo -e "${INFO} building dependencies for ${MAGENTA}$1${RESET} "
( (
stdbuf -oL sudo build-dep -y "$1" 2>&1 stdbuf -oL sudo build-dep -y "$1" 2>&1
) >> "$LOG" 2>&1 & ) >> "$LOG" 2>&1 &