mirror of https://github.com/Syncplay/syncplay
9 lines
107 B
Bash
9 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -x
|
||
|
set -e
|
||
|
|
||
|
sudo apt install /tmp/syncplay.deb -y
|
||
|
syncplay --no-gui
|
||
|
sudo apt remove syncplay
|