mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
No packageID in eshareosx
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
eshareosx)
|
eshareosx)
|
||||||
name="e-Share"
|
name="e-Share"
|
||||||
type="pkg"
|
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)
|
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"
|
versionKey="CFBundleVersion"
|
||||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z\-]*_([0-9.]*)\.pkg/\1/g' )
|
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z\-]*_([0-9.]*)\.pkg/\1/g' )
|
||||||
|
|||||||
Reference in New Issue
Block a user