Compare commits
2 commits
16998000e1
...
299a6aca16
Author | SHA1 | Date | |
---|---|---|---|
299a6aca16 | |||
46e94502dc |
1 changed files with 2 additions and 1 deletions
|
@ -2,9 +2,10 @@
|
|||
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