feat: arch gnome-polkit startup

This commit is contained in:
AngeD 2023-03-26 13:11:20 +02:00
parent f4c272fc45
commit e99889674c
2 changed files with 2 additions and 12 deletions

View file

@ -1,10 +0,0 @@
#!/bin/bash
sudo docker run -it --rm \
--network host \
-e DISPLAY="$DISPLAY" \
-v "$PWD:/app/" \
-v "$XAUTHORITY:/home/app/.Xauthority:ro" \
-v '/tmp/.X11-unix/:/tmp/.X11-unix/' \
wine \
"$@"