forked from switnet/quick-jibri-installer
Add tools
This commit is contained in:
parent
ccebec493b
commit
6423695526
|
@ -193,6 +193,8 @@ apt-get -y install \
|
||||||
htop \
|
htop \
|
||||||
inotify-tools \
|
inotify-tools \
|
||||||
rsync \
|
rsync \
|
||||||
|
ssh \
|
||||||
|
sshpass \
|
||||||
unzip \
|
unzip \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
|
|
@ -91,10 +91,10 @@ fi
|
||||||
echo -e "\n# Check for jitsi-meet/jibri\n"
|
echo -e "\n# Check for jitsi-meet/jibri\n"
|
||||||
if [ "$(dpkg-query -W -f='${Status}' jibri 2>/dev/null | grep -c "ok installed")" == "1" ] || \
|
if [ "$(dpkg-query -W -f='${Status}' jibri 2>/dev/null | grep -c "ok installed")" == "1" ] || \
|
||||||
[ -f /etc/prosody/conf.d/$DOMAIN.conf ]; then
|
[ -f /etc/prosody/conf.d/$DOMAIN.conf ]; then
|
||||||
echo "jibri is installed, checking version:"
|
echo "jitsi meet/jibri is installed, checking version:"
|
||||||
apt-show-versions jibri
|
apt-show-versions jibri
|
||||||
else
|
else
|
||||||
echo "Wait!, jibri or jitsi-meet is not installed on this system using apt, exiting..."
|
echo "Wait!, jitsi-meet/jibri is not installed on this system using apt, exiting..."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -228,6 +228,7 @@ apt-get -y install \
|
||||||
letsencrypt \
|
letsencrypt \
|
||||||
net-tools \
|
net-tools \
|
||||||
rsync \
|
rsync \
|
||||||
|
ssh \
|
||||||
unzip \
|
unzip \
|
||||||
wget
|
wget
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue