From 6ca6eca358748ccd9db6c26c8cef6f1fa3c6e895 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sat, 10 Oct 2020 20:43:13 -0500 Subject: [PATCH] Move into apt-get --- tools/test-jibri-env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test-jibri-env.sh b/tools/test-jibri-env.sh index 3d3f3b2..8e2fc38 100644 --- a/tools/test-jibri-env.sh +++ b/tools/test-jibri-env.sh @@ -31,8 +31,8 @@ if ! [ $(id -u) = 0 ]; then fi echo "Checking for updates...." -apt -q2 update -apt -yq2 install apt-show-versions +apt-get -q2 update +apt-get -yq2 install apt-show-versions JITSI_REPO=$(apt-cache policy | grep http | grep jitsi | grep stable | awk '{print $3}' | head -n 1 | cut -d "/" -f1) SND_AL_MODULE=$(lsmod | awk '{print$1}'| grep snd_aloop)