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:20:17 +0300
committerGitHub <noreply@github.com>2020-11-12 18:20:17 +0300
commita8e13efc8d29c49b3d04c2475f44ee05fb87e17c (patch)
treebf0b0fd11d1b6b98d6d32407719fb224383ee0ca
parentd4aa6a307d8c87e4d4769f908d0600b883575986 (diff)
shellcheck
-rw-r--r--apps/talk.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/talk.sh b/apps/talk.sh
index e80fe387..54bdbbc2 100644
--- a/apps/talk.sh
+++ b/apps/talk.sh
@@ -259,6 +259,7 @@ check_command systemctl enable nats-server
# Janus WebRTC Server
## Installation
+# shellcheck source=/etc/lsb-release
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