From 516f05a4cb3e4b76a4c57b41792327bd810ad660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Theilgaard?= Date: Thu, 3 Feb 2022 06:32:23 +0100 Subject: [PATCH] No packageID in eshareosx --- fragments/labels/eshareosx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/labels/eshareosx.sh b/fragments/labels/eshareosx.sh index d46b9b8..4c173ff 100644 --- a/fragments/labels/eshareosx.sh +++ b/fragments/labels/eshareosx.sh @@ -1,7 +1,7 @@ eshareosx) name="e-Share" type="pkg" - packageID="com.ncryptedcloud.e-Share.pkg" + #packageID="com.ncryptedcloud.e-Share.pkg" downloadURL=https://www.ncryptedcloud.com/static/downloads/osx/$(curl -fs https://www.ncryptedcloud.com/static/downloads/osx/ | grep -o -i "href.*\".*\"" | cut -d '"' -f2) versionKey="CFBundleVersion" appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z\-]*_([0-9.]*)\.pkg/\1/g' )