From 52dfbe85932c6aa163ecb040c64da9ab3344eba0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 6 Feb 2025 12:28:45 +0900 Subject: [PATCH] oops found another thing :) --- install-scripts/pipewire.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/pipewire.sh b/install-scripts/pipewire.sh index 24dfdf6..540c84b 100755 --- a/install-scripts/pipewire.sh +++ b/install-scripts/pipewire.sh @@ -27,7 +27,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_pipewire.log" # Disabling pulseaudio to avoid conflicts and logging output echo -e "${NOTE} Disabling pulseaudio to avoid conflicts..." -systemctl --user disable --now pulseaudio.socket pulseaudio.service 2>&1 | tee -a "$LOG" +systemctl --user disable --now pulseaudio.socket pulseaudio.service 2>&1 > "$LOG" # Pipewire echo -e "${NOTE} Installing ${SKY_BLUE}Pipewire${RESET} Packages..."