Move into apt-get

This commit is contained in:
Luis Guzmán 2020-10-10 20:43:13 -05:00
parent 148ddb940e
commit 6ca6eca358
1 changed files with 2 additions and 2 deletions

View File

@ -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)