From ea919db96ae7be6038c4dd7716ca011a278bfd0b Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 17 Jun 2025 10:12:14 +0200 Subject: [PATCH] Update onlyoffice-install.sh --- install/onlyoffice-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/onlyoffice-install.sh b/install/onlyoffice-install.sh index f78bed15..e828f0a5 100644 --- a/install/onlyoffice-install.sh +++ b/install/onlyoffice-install.sh @@ -41,7 +41,7 @@ msg_ok "Set up Database" msg_info "Adding ONLYOFFICE Repository and GPG Key" mkdir -p -m 700 ~/.gnupg -$STD curl -fsSL https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE | gpg --no-default-keyring --keyring gnupg-ring:/tmp/onlyoffice.gpg --import +curl -fsSL https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE | gpg --no-default-keyring --keyring gnupg-ring:/tmp/onlyoffice.gpg --import chmod 644 /tmp/onlyoffice.gpg chown root:root /tmp/onlyoffice.gpg mv /tmp/onlyoffice.gpg /usr/share/keyrings/onlyoffice.gpg