forked from switnet/quick-jibri-installer
Check for updates first, then check for kernel
This commit is contained in:
parent
18da44e1f7
commit
14a3d47e99
|
@ -30,14 +30,14 @@ if ! [ $(id -u) = 0 ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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)
|
|
||||||
HWE_VIR_MOD=$(apt-cache madison linux-modules-extra-virtual-hwe-$(lsb_release -sr) 2>/dev/null|head -n1|grep -c "extra-virtual-hwe")
|
|
||||||
|
|
||||||
echo "Checking for updates...."
|
echo "Checking for updates...."
|
||||||
apt -q2 update
|
apt -q2 update
|
||||||
apt -yq2 install apt-show-versions
|
apt -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)
|
||||||
|
HWE_VIR_MOD=$(apt-cache madison linux-modules-extra-virtual-hwe-$(lsb_release -sr) 2>/dev/null|head -n1|grep -c "extra-virtual-hwe")
|
||||||
|
|
||||||
echo -e "\n# Check repository\n"
|
echo -e "\n# Check repository\n"
|
||||||
if [ -z $JITSI_REPO ]; then
|
if [ -z $JITSI_REPO ]; then
|
||||||
echo "No repository detected, wait whaaaat?..."
|
echo "No repository detected, wait whaaaat?..."
|
||||||
|
|
Loading…
Reference in New Issue