updated pipewire.sh and sddm.sh

This commit is contained in:
JaKooLit
2025-02-09 08:41:59 +09:00
parent 68af696789
commit 9695a4c75b
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,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 >> "$LOG" 2>&1
systemctl --user disable --now pulseaudio.socket pulseaudio.service >> "$LOG" 2>&1 || true
# Pipewire
echo -e "${NOTE} Installing ${SKY_BLUE}Pipewire${RESET} Packages..."