From 6423695526fdddb17326fa4d74b1563f4d5fc047 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 5 Oct 2020 06:41:22 -0500 Subject: [PATCH] Add tools --- add-jibri-node.sh | 2 ++ jra_nextcloud.sh | 4 ++-- quick_jibri_installer.sh | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/add-jibri-node.sh b/add-jibri-node.sh index 1b0327c..c04f5c0 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -193,6 +193,8 @@ apt-get -y install \ htop \ inotify-tools \ rsync \ + ssh \ + sshpass \ unzip \ wget diff --git a/jra_nextcloud.sh b/jra_nextcloud.sh index 119d7ca..1306ae3 100644 --- a/jra_nextcloud.sh +++ b/jra_nextcloud.sh @@ -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 diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 3e88205..e2b260a 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -228,6 +228,7 @@ apt-get -y install \ letsencrypt \ net-tools \ rsync \ + ssh \ unzip \ wget