syncplay/travis/deb-installation-test.sh
2020-06-01 21:49:38 +02:00

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