From 2460ffc7bde997d2b1e1e669617957a080d3fed7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 5 Feb 2025 09:56:00 +0900 Subject: [PATCH] OK --- install-scripts/Global_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/Global_functions.sh b/install-scripts/Global_functions.sh index c4b8682..107e395 100755 --- a/install-scripts/Global_functions.sh +++ b/install-scripts/Global_functions.sh @@ -70,7 +70,7 @@ install_package() { # Function for build depencies with a progress bar 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 ) >> "$LOG" 2>&1 &