From 4ab4995382a94f077a77496e6c0e2590526de285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Wr=C3=B3bel?= Date: Mon, 1 Jun 2020 18:37:19 +0200 Subject: [PATCH] Fix deb location for installation test --- travis/deb-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/deb-script.sh b/travis/deb-script.sh index e621e7a..ab0146e 100755 --- a/travis/deb-script.sh +++ b/travis/deb-script.sh @@ -25,6 +25,6 @@ chmod 555 /tmp/syncplay/DEBIAN/prerm make install DESTDIR=/tmp/syncplay dpkg -b /tmp/syncplay/ -sudo apt install syncplay.deb +sudo apt install /tmp/syncplay.deb -y syncplay --no-gui