This commit is contained in:
Shihaam Abdul Rahman 2023-10-03 23:52:45 +05:00
parent 25d69a780d
commit b0a4bb2270
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

16
scripts/telegram-desktop Executable file
View 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