mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-19 13:20:52 +00:00
Merge pull request #305 from Installomator/Theile-labels
eshareosx label
This commit is contained in:
9
fragments/labels/eshareosx.sh
Normal file
9
fragments/labels/eshareosx.sh
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
eshareosx)
|
||||||
|
name="e-Share"
|
||||||
|
type="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' )
|
||||||
|
expectedTeamID="X9MBQS7DDC"
|
||||||
|
;;
|
||||||
Reference in New Issue
Block a user