Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster b4ceda0a93
Update collabora-install.sh 2024-09-03 15:07:36 -04:00
tteckster 4308f6dc48
Update collabora.sh 2024-09-03 15:01:35 -04:00
2 changed files with 2 additions and 4 deletions

View File

@ -68,4 +68,4 @@ build_container
description description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "Don't forget to setup reverse proxy. See ${BL}https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-settings-in-nginx-config-ssl-termination${CL}" echo -e "${APP} needs to be behind a proxy (Nginx Proxy Manager)."

View File

@ -21,9 +21,7 @@ $STD apt-get install -y mc
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Installing Collabora Online" msg_info "Installing Collabora Online"
cd /usr/share/keyrings wget -q -O /usr/share/keyrings/collaboraonline-release-keyring.gpg https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg
$STD wget -q https://collaboraoffice.com/downloads/gpg/collaboraonline-release-keyring.gpg
cd ~
cat <<EOF >/etc/apt/sources.list.d/collaboraonline.sources cat <<EOF >/etc/apt/sources.list.d/collaboraonline.sources
Types: deb Types: deb
URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb URIs: https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-deb