mirror of
https://github.com/smartfrigde/armcord.git
synced 2026-08-19 06:03:22 +00:00
13 lines
No EOL
176 B
Bash
13 lines
No EOL
176 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
export DISPLAY=:99
|
|
|
|
Xvfb :99 -screen 0 1280x800x24 &
|
|
sleep 1
|
|
|
|
x11vnc -display :99 -forever -usepw -rfbport 5900 &
|
|
|
|
legcord --no-sandbox &
|
|
|
|
tail -f /dev/null |