From 794835fe03e87adb9dd53ff8d750126652dfee86 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Fri, 25 Mar 2022 03:42:05 -0400 Subject: [PATCH] Forgot to make the directory before creating a file in it lol. --- build/build-stormux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build-stormux.sh b/build/build-stormux.sh index 2141f10..38bbc5d 100755 --- a/build/build-stormux.sh +++ b/build/build-stormux.sh @@ -214,6 +214,7 @@ rm -rf .cache/yay /usr/share/fenrirscreenreader/tools/configure_pipewire.sh exit # Enable linger so that hopefully sound will start at login. +mkdir -p /var/lib/systemd/linger touch /var/lib/systemd/linger/stormux systemctl --global enable pipewire.service pipewire-pulse.service /usr/share/fenrirscreenreader/tools/configure_pipewire.sh