mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-06 04:52:09 -07:00
13 lines
286 B
Bash
Executable file
13 lines
286 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker run \
|
|
-v $HOME/.local/share/Chiaki:/home/ps4/.local/share/Chiaki \
|
|
-v $HOME/.config/Chiaki:/home/ps4/.config/Chiaki \
|
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
|
--net host \
|
|
-e DISPLAY=$DISPLAY \
|
|
--device /dev/snd \
|
|
--name chiaki \
|
|
--rm \
|
|
thestr4ng3r/chiaki
|
|
|