mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-19 21:03:32 +00:00
Bit of cleaning up
New label clickshare
This commit is contained in:
@@ -1205,6 +1205,13 @@ clevershare2)
|
|||||||
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z-]*_Mac\.([0-9.]*)\.[0-9]*\.dmg$/\1/g' )
|
appNewVersion=$( echo "${downloadURL}" | sed -E 's/.*\/[a-zA-Z-]*_Mac\.([0-9.]*)\.[0-9]*\.dmg$/\1/g' )
|
||||||
expectedTeamID="P76M9BE8DQ"
|
expectedTeamID="P76M9BE8DQ"
|
||||||
;;
|
;;
|
||||||
|
clickshare)
|
||||||
|
# credit: Søren Theilgaard (@theilgaard)
|
||||||
|
name="ClickShare"
|
||||||
|
type="appInDmgInZip"
|
||||||
|
downloadURL=https://www.barco.com$(curl -fs "https://www.barco.com/en/clickshare/app" | grep -E -o '(\/\S*Download\?FileNumber=R3306192\S*ShowDownloadPage=False)' | tail -1)
|
||||||
|
expectedTeamID="P6CDJZR997"
|
||||||
|
;;
|
||||||
code42)
|
code42)
|
||||||
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
# credit: Isaac Ordonez, Mann consulting (@mannconsulting)
|
||||||
name="Code42"
|
name="Code42"
|
||||||
@@ -1704,8 +1711,7 @@ inkscape)
|
|||||||
#appNewVersion=$(curl -fsJL https://inkscape.org/release/ | grep "<h2>Inkscape" | cut -d '>' -f 3 | cut -d '<' -f 1 | sed 's/[^0-9.]*//g') # Can't figure out where exact new version is found. Currently returns 1.0, but version is "1.0.0 (4035a4f)"
|
#appNewVersion=$(curl -fsJL https://inkscape.org/release/ | grep "<h2>Inkscape" | cut -d '>' -f 3 | cut -d '<' -f 1 | sed 's/[^0-9.]*//g') # Can't figure out where exact new version is found. Currently returns 1.0, but version is "1.0.0 (4035a4f)"
|
||||||
expectedTeamID="SW3D6BB6A6"
|
expectedTeamID="SW3D6BB6A6"
|
||||||
;;
|
;;
|
||||||
installomator_theile|\
|
installomator_theile)
|
||||||
installomator_st)
|
|
||||||
# credit: Søren Theilgaard (@theilgaard)
|
# credit: Søren Theilgaard (@theilgaard)
|
||||||
name="Installomator"
|
name="Installomator"
|
||||||
type="pkg"
|
type="pkg"
|
||||||
@@ -1713,7 +1719,7 @@ installomator_st)
|
|||||||
downloadURL=$(downloadURLFromGit theile Installomator )
|
downloadURL=$(downloadURLFromGit theile Installomator )
|
||||||
appNewVersion=$(versionFromGit theile Installomator )
|
appNewVersion=$(versionFromGit theile Installomator )
|
||||||
#appCustomVersion(){/usr/local/bin/Installomator.sh version | tail -1 | awk '{print $4}'}
|
#appCustomVersion(){/usr/local/bin/Installomator.sh version | tail -1 | awk '{print $4}'}
|
||||||
expectedTeamID="L8W73B6AH3"
|
expectedTeamID="FXW6QXBFW5"
|
||||||
blockingProcesses=( NONE )
|
blockingProcesses=( NONE )
|
||||||
;;
|
;;
|
||||||
istatmenus)
|
istatmenus)
|
||||||
@@ -2654,13 +2660,6 @@ umbrellaroamingclient)
|
|||||||
downloadURL=https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )
|
downloadURL=https://disthost.umbrella.com/roaming/upgrade/mac/production/$( curl -fsL https://disthost.umbrella.com/roaming/upgrade/mac/production/manifest.json | awk -F '"' '/"downloadFilename"/ { print $4 }' )
|
||||||
expectedTeamID="7P7HQ8H646"
|
expectedTeamID="7P7HQ8H646"
|
||||||
;;
|
;;
|
||||||
universaltypeclient)
|
|
||||||
name="Universal Type Client"
|
|
||||||
type="pkgInZip"
|
|
||||||
downloadURL=https://bin.extensis.com/$( curl -fs https://www.extensis.com/support/universal-type-server-7/ | grep -o "UTC-[0-9].*M.zip" )
|
|
||||||
expectedTeamID="J6MMHGD9D6"
|
|
||||||
Company="Extensis"
|
|
||||||
;;
|
|
||||||
universaltypeclient)
|
universaltypeclient)
|
||||||
name="Universal Type Client"
|
name="Universal Type Client"
|
||||||
type="pkgInZip"
|
type="pkgInZip"
|
||||||
@@ -2911,7 +2910,7 @@ zulujdk15)
|
|||||||
# MARK: Add new labels after this line (let us sort them in the list)
|
# MARK: Add new labels after this line (let us sort them in the list)
|
||||||
|
|
||||||
|
|
||||||
# MARK: add new labels above here
|
# MARK: Add new labels above here
|
||||||
|
|
||||||
#cdef)
|
#cdef)
|
||||||
# # cdef currently not signed
|
# # cdef currently not signed
|
||||||
@@ -2990,14 +2989,6 @@ zulujdk15)
|
|||||||
# expectedTeamID=""
|
# expectedTeamID=""
|
||||||
# ;;
|
# ;;
|
||||||
|
|
||||||
#wwdcformac)
|
|
||||||
# this label looks like software/site is gone
|
|
||||||
# name="WWDC"
|
|
||||||
# type="zip"
|
|
||||||
# downloadURL="https://cdn.wwdc.io/WWDC_latest.zip"
|
|
||||||
# expectedTeamID="8C7439RJLG"
|
|
||||||
# ;;
|
|
||||||
|
|
||||||
|
|
||||||
# MARK: Microsoft
|
# MARK: Microsoft
|
||||||
|
|
||||||
@@ -3181,9 +3172,9 @@ microsoftteams)
|
|||||||
# Still using macadmin.software for version, as the path does not contain the version in a matching format. packageID can be used, but version is the same.
|
# Still using macadmin.software for version, as the path does not contain the version in a matching format. packageID can be used, but version is the same.
|
||||||
expectedTeamID="UBF8T346G9"
|
expectedTeamID="UBF8T346G9"
|
||||||
blockingProcesses=( Teams "Microsoft Teams Helper" )
|
blockingProcesses=( Teams "Microsoft Teams Helper" )
|
||||||
# commenting out msupdate as it is not really supported *yet* for teams
|
# Commenting out msupdate as it is not really supported *yet* for teams
|
||||||
#updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
# updateTool="/Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app/Contents/MacOS/msupdate"
|
||||||
#updateToolArguments=( --install --apps TEAM01 )
|
# updateToolArguments=( --install --apps TEAM01 )
|
||||||
;;
|
;;
|
||||||
microsoftvisualstudiocode|\
|
microsoftvisualstudiocode|\
|
||||||
visualstudiocode)
|
visualstudiocode)
|
||||||
|
|||||||
Reference in New Issue
Block a user