mirror of
https://github.com/brockar/Debian-Hyprland.git
synced 2026-01-14 08:00:57 -03:00
updated global function
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user