From 1e32f21f3a5535b52b5e87b6333b553fce826f79 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:44:02 +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 80df2b80..ff790891 100644 --- a/install/onlyoffice-install.sh +++ b/install/onlyoffice-install.sh @@ -45,7 +45,7 @@ KEY_URL="https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE" TMP_KEY_CONTENT=$(mktemp) if curl -fsSL "$KEY_URL" -o "$TMP_KEY_CONTENT" && grep -q "BEGIN PGP PUBLIC KEY BLOCK" "$TMP_KEY_CONTENT"; then - gpg --no-default-keyring --keyring "gnupg-ring:$GPG_TMP" --import "$TMP_KEY_CONTENT" >/dev/null + gpg --quiet --batch --yes --no-default-keyring --keyring "gnupg-ring:$GPG_TMP" --import "$TMP_KEY_CONTENT" >/dev/null 2>&1 chmod 644 "$GPG_TMP" chown root:root "$GPG_TMP" mv "$GPG_TMP" /usr/share/keyrings/onlyoffice.gpg