mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
Refactor setup_deb822_repo command for readability
This commit is contained in:
parent
36f69e7120
commit
7cc5087a32
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue