mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 12:55:10 +02:00
Refactor setup_deb822_repo command for readability
This commit is contained in:
committed by
GitHub
parent
36f69e7120
commit
7cc5087a32
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user