Compare commits
No commits in common. "299a6aca165d19560cd07b117e98aec835f47df8" and "16998000e161d1fcf5dfbffa7b43a73e3cb1950b" have entirely different histories.
299a6aca16
...
16998000e1
1 changed files with 1 additions and 2 deletions
|
@ -2,10 +2,9 @@
|
|||
set -x
|
||||
|
||||
# Directory for SSH control sockets
|
||||
mkdir -p -- "${XDG_RUNTIME_DIR}/ssh" &
|
||||
mkdir -p "${XDG_RUNTIME_DIR}/ssh" &
|
||||
|
||||
# Start PipeWire
|
||||
killall pipewire wireplumber
|
||||
pipewire &
|
||||
pipewire -c pipewire-pulse.conf &
|
||||
sleep 1
|
||||
|
|
Loading…
Reference in a new issue