From d998899fc6af5d947c44d3adfe8e850b1b119ece Mon Sep 17 00:00:00 2001 From: Jose Carlos Garcia Diaz Date: Mon, 12 Dec 2016 05:04:34 -0600 Subject: Adding linux mint to the list I just had to add linux mint to if and everything works perfectly --- prepare-videochat.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/prepare-videochat.sh b/prepare-videochat.sh index d5d0f45..33ecbfa 100755 --- a/prepare-videochat.sh +++ b/prepare-videochat.sh @@ -317,6 +317,7 @@ GST_0_10_VIDEO_FORMAT=$GST_VIDEO_FORMAT if [ $DIST = "Debian" -a `echo "$RELEASE >= 8.0" | bc` -eq 1 ] ||\ [ $DIST = "Ubuntu" -a `echo "$RELEASE >= 14.04" | bc` -eq 1 ] ||\ + [ $DIST = "LinuxMint" -a `echo "$RELEASE >= 14.04" | bc` -eq 1 ] ||\ [ $DIST = "Arch" ] then GST_VER="1.0" -- cgit v1.2.3