Add tools

This commit is contained in:
Luis Guzmán 2020-10-05 06:41:22 -05:00
parent ccebec493b
commit 6423695526
3 changed files with 5 additions and 2 deletions

View File

@ -193,6 +193,8 @@ apt-get -y install \
htop \
inotify-tools \
rsync \
ssh \
sshpass \
unzip \
wget

View File

@ -91,10 +91,10 @@ fi
echo -e "\n# Check for jitsi-meet/jibri\n"
if [ "$(dpkg-query -W -f='${Status}' jibri 2>/dev/null | grep -c "ok installed")" == "1" ] || \
[ -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
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
fi

View File

@ -228,6 +228,7 @@ apt-get -y install \
letsencrypt \
net-tools \
rsync \
ssh \
unzip \
wget