summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-09-18 21:22:41 +0200
committerGökay ŞATIR <gokaysatir@gmail.com>2022-09-19 17:37:01 +0300
commitc84f7c101125fbbe5e0119c1a960fc7bf08502bd (patch)
tree4029fcbdbfaea7ffcd8fc826953d6946587eaf33
parentdocker: support ppc64le (diff)
downloadonline-c84f7c101125fbbe5e0119c1a960fc7bf08502bd.tar.gz
online-c84f7c101125fbbe5e0119c1a960fc7bf08502bd.zip
docker: fix install script for ppc64
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: Ic4217880ec52061601d3e0e3403da707fd10a844
-rwxr-xr-xdocker/from-packages/scripts/install-collabora-online-ubuntu.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/from-packages/scripts/install-collabora-online-ubuntu.sh b/docker/from-packages/scripts/install-collabora-online-ubuntu.sh
index d1a3e35ac9..64aa58f931 100755
--- a/docker/from-packages/scripts/install-collabora-online-ubuntu.sh
+++ b/docker/from-packages/scripts/install-collabora-online-ubuntu.sh
@@ -41,7 +41,6 @@ if [ "$type" == "cool" ] && [ -n ${secret_key+set} ]; then
else
echo "deb [signed-by=/usr/share/keyrings/collaboraonline-release-keyring.gpg] https://collaboraoffice.com/${repo:-repos}/CollaboraOnline/${version:-22.05}/customer-ubuntu1804-${secret_key} /" > /etc/apt/sources.list.d/collabora.list
fi
- echo "deb [signed-by=/usr/share/keyrings/collaboraonline-release-keyring.gpg] https://collaboraoffice.com/${repo:-repos}/CollaboraOnline/${version:-22.05}/customer-ubuntu1804-${secret_key} /" > /etc/apt/sources.list.d/collabora.list
elif [ "$type" == "key" ]; then
echo "Based on the provided build arguments license key enabled Collabora Online will be used."
echo "deb [signed-by=/usr/share/keyrings/collaboraonline-release-keyring.gpg] https://collaboraoffice.com/${repo:-repos}/CollaboraOnline/${version:-22.05}-key /" > /etc/apt/sources.list.d/collabora.list