From cebfab0b0505475013c607b80585df7826d2e49e Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 20 Oct 2022 21:02:08 +0200 Subject: [PATCH] force plugin version --- seed/nextcloud/manual/image/postinstall/nextcloud.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/seed/nextcloud/manual/image/postinstall/nextcloud.sh b/seed/nextcloud/manual/image/postinstall/nextcloud.sh index 63cbd0a..4bc4832 100644 --- a/seed/nextcloud/manual/image/postinstall/nextcloud.sh +++ b/seed/nextcloud/manual/image/postinstall/nextcloud.sh @@ -15,12 +15,14 @@ rm -f app.tar.gz chown -R root: calendar # app=$(wget https://api.github.com/repos/nextcloud-releases/contacts/releases/latest -q -O - | jq -r '.assets[0].browser_download_url') +app=https://github.com/nextcloud-releases/contacts/releases/download/v4.2.2/contacts-v4.2.2.tar.gz wget -q $app -O app.tar.gz tar xf app.tar.gz rm -f app.tar.gz chown -R root: contacts # app=$(wget https://api.github.com/repos/nextcloud/notes/releases/latest -q -O - | jq -r '.assets[0].browser_download_url') +app=https://github.com/nextcloud/notes/releases/download/v4.5.1/notes.tar.gz wget -q $app -O app.tar.gz tar xf app.tar.gz rm -f app.tar.gz