Refactor setup_deb822_repo command for readability

This commit is contained in:
CanbiZ (MickLesk)
2026-04-24 10:02:50 +02:00
committed by GitHub
parent 36f69e7120
commit 7cc5087a32

View File

@@ -18,7 +18,11 @@ $STD apt install -y nginx
msg_ok "Installed Dependencies"
source /etc/os-release
setup_deb822_repo "jitsi" "https://download.jitsi.org/jitsi-key.gpg.key" "https://download.jitsi.org" "stable/" ""
setup_deb822_repo "jitsi" \
"https://download.jitsi.org/jitsi-key.gpg.key" \
"https://download.jitsi.org" \
"stable/" \
""
msg_info "Installing Jitsi Meet"
echo "jitsi-videobridge2 jitsi-videobridge/jvb-hostname string ${LOCAL_IP}" | debconf-set-selections