mirror of
https://github.com/mtan93/Installomator.git
synced 2026-04-06 06:13:14 +01:00
cleaned up some labels and chan
This commit is contained in:
@@ -3,4 +3,4 @@ sketchupviewer)
|
||||
type="dmg"
|
||||
downloadURL="$(curl -fs https://www.sketchup.com/sketchup/SketchUpViewer-en-dmg | grep "<a href=" | sed 's/.*href="//' | sed 's/".*//')"
|
||||
expectedTeamID="J8PVMCY7KL"
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -4,4 +4,4 @@ sqlpropostgres)
|
||||
downloadURL="https://macpostgresclient.com/download.php"
|
||||
expectedTeamID="LKJB72232C"
|
||||
blockingProcesses=( "SQLPro for Postgres" )
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -4,4 +4,4 @@ sqlprostudio)
|
||||
downloadURL="https://www.sqlprostudio.com/download.php"
|
||||
expectedTeamID="LKJB72232C"
|
||||
blockingProcesses=( "SQLPro Studio" )
|
||||
;;
|
||||
;;
|
||||
|
||||
@@ -5,4 +5,4 @@ wacomdrivers)
|
||||
expectedTeamID="EG27766DY7"
|
||||
pkgName="Install Wacom Tablet.pkg"
|
||||
appNewVersion="$(curl -fs https://www.wacom.com/en-us/support/product-support/drivers | grep mac/professional/releasenotes | head -1 | awk -F"|" '{print $1}' | awk -F"Driver" '{print $3}' | sed -e 's/ (.*//g' | tr -d ' ')"
|
||||
;;
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user