This commit is contained in:
Daniel Hansson 2020-11-12 16:30:33 +01:00 коммит произвёл GitHub
Родитель a8e13efc8d
Коммит ee9bb5e5ef
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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