updated global function

This commit is contained in:
JaKooLit
2025-03-11 11:50:33 +09:00
parent 55318aaf47
commit 5afafd3baa
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ install_package() {
build_dep() {
echo -e "${INFO} building dependencies for ${MAGENTA}$1${RESET} "
(
stdbuf -oL sudo build-dep -y "$1" 2>&1
stdbuf -oL sudo apt build-dep -y "$1" 2>&1
) >> "$LOG" 2>&1 &
PID=$!
show_progress $PID "$1"