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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,11 @@ $STD apt install -y nginx
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
source /etc/os-release 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" msg_info "Installing Jitsi Meet"
echo "jitsi-videobridge2 jitsi-videobridge/jvb-hostname string ${LOCAL_IP}" | debconf-set-selections echo "jitsi-videobridge2 jitsi-videobridge/jvb-hostname string ${LOCAL_IP}" | debconf-set-selections