updated
This commit is contained in:
parent
25d69a780d
commit
b0a4bb2270
16
scripts/telegram-desktop
Executable file
16
scripts/telegram-desktop
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
|
||||
podman run --rm \
|
||||
--name 64gram \
|
||||
--hostname 64gram \
|
||||
-e DISPLAY \
|
||||
--device /dev/snd:/dev/snd \
|
||||
--device /dev/video0:/dev/video0 \
|
||||
-v $HOME/.local/share/64Gram:/root/.local/share/64Gram \
|
||||
-v $HOME/Downloads:/root/Downloads \
|
||||
-v $HOME/Pictures:/root/Pictures \
|
||||
-v $HOME/Documents:/root/Documents \
|
||||
-v /usr/share/icons:/usr/share/icons \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
git.shihaam.dev/dockerfiles/64gram
|
||||
|
Loading…
x
Reference in New Issue
Block a user