Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <github@hanssonit.se>2020-11-12 18:30:33 +0300
committerGitHub <noreply@github.com>2020-11-12 18:30:33 +0300
commitee9bb5e5ef6861ab422f819f0a44928d2e238469 (patch)
tree0ef6b66b739f39aaf359cc57c9691c4a9943e3ba /apps/talk.sh
parenta8e13efc8d29c49b3d04c2475f44ee05fb87e17c (diff)
Update talk.sh
Diffstat (limited to 'apps/talk.sh')
-rw-r--r--apps/talk.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/talk.sh b/apps/talk.sh
index 54bdbbc2..131a3a53 100644
--- a/apps/talk.sh
+++ b/apps/talk.sh
@@ -259,7 +259,8 @@ check_command systemctl enable nats-server
# Janus WebRTC Server
## Installation
-# shellcheck source=/etc/lsb-release
+## TODO Fix shellcheck check, and remove the disable command
+# shellcheck disable=SC1091
source /etc/lsb-release
curl -sL -o "/etc/apt/trusted.gpg.d/morph027-janus.asc" "https://packaging.gitlab.io/janus/gpg.key"
echo "deb [arch=amd64] https://packaging.gitlab.io/janus/$DISTRIB_CODENAME $DISTRIB_CODENAME main" > /etc/apt/sources.list.d/morph027-janus.list