From 2fbe9e810fb1f3ae9909fba04e10fc8b76b172b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Wed, 12 May 2021 13:18:59 +0200 Subject: [PATCH] nextcloud --- Installomator.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installomator.sh b/Installomator.sh index 6a84def..f22b4b8 100755 --- a/Installomator.sh +++ b/Installomator.sh @@ -1861,10 +1861,11 @@ nextcloud) type="pkg" #packageID="com.nextcloud.desktopclient" downloadURL=$(downloadURLFromGit nextcloud desktop) - #appNewVersion=$(versionFromGit nextcloud desktop) + appNewVersion=$(versionFromGit nextcloud desktop) # The version of the app is not equal to the version listed on GitHub. # App version something like "3.1.3git (build 4850)" but web page lists as "3.1.3" # Also it does not math packageID version "3.1.34850" + appCustomVersion(){defaults read /Applications/nextcloud.app/Contents/Info.plist CFBundleShortVersionString | sed -E 's/^([0-9.]*)git.*/\1/g'} expectedTeamID="NKUJUXUJ3B" ;; nomad)