6 lines
92 B
Bash
6 lines
92 B
Bash
#!/bin/sh
|
|
|
|
sudo apt install /tmp/syncplay.deb -y
|
|
syncplay --no-gui
|
|
sudo apt remove syncplay
|