mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
cleaned up some labels and chan
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
## v0.8
|
||||
|
||||
- Installomator now detects when an app is already installed, and will display notifications correctly the user based on if the app was updated or installed for the first time.
|
||||
- New variables for labels that should be installaed using CLI: `CLIInstaller` and `CLIArguments`. If the installer app is named differently than the installed app, then the variable `installerTool` should be use to name the app that should be located in the DMG or zip. See the label __adobecreativeclouddesktop__ to see it’s use.
|
||||
- `buildLabel.sh` has been improved to build GitHub software labels much easier. In essense if the URL contains github.com, then it will try to find if it's the latest version or if variable `archiveName` is needed for finding the software. Also improved messaging throughout the script, as well as handling a situation where a pkg does not include a “DIstribution” file, but a “PackageInfo”.
|
||||
- MDM script extended with `caffeinate` so Mac will not go to sleep during the time it takes installomator to run. Especially during setup, this can be handy.
|
||||
- Microsoft labels with `updateTool` variable, is updated to run `msupdate --list` before running the updateTool directly. Problems have been reported that the update would fail if the `--list` parameter for the command was not run first.
|
||||
- New variables for labels that should be installed using CLI: `CLIInstaller` and `CLIArguments`. When the installer app is named differently than the installed app, then the variable `installerTool` should be used to name the app that should be located in the DMG or zip. See the label __adobecreativeclouddesktop__ to see its use.
|
||||
- `buildLabel.sh` has been improved to build GitHub software labels much easier. In essense if the URL contains github.com, then it will try to find if it's the latest version or if variable `archiveName` is needed for finding the software. Also improved messaging throughout the script, as well as handling a situation where a pkg does not include a “Distribution” file, but a “PackageInfo”.
|
||||
- MDM script extended with `caffeinate` so Mac will not go to sleep during the time it takes installomator to run. Especially during setup, this can be useful.
|
||||
- Microsoft labels with `updateTool` variable, is updated to run `msupdate --list` before running the updateTool directly. Problems have been reported that the update would fail if the `--list` parameter for the command was not run first. This should help with the Jamf agent stalling during installation.
|
||||
- Added bunch of new labels, and improved others.
|
||||
|
||||
## v0.7
|
||||
|
||||
|
||||
639
Installomator.sh
639
Installomator.sh
File diff suppressed because it is too large
Load Diff
@@ -82,6 +82,7 @@ desktoppr
|
||||
detectxswift
|
||||
devonthink
|
||||
dialog
|
||||
dialpad
|
||||
discord
|
||||
docker
|
||||
drift
|
||||
@@ -289,6 +290,7 @@ sirimote
|
||||
sizeup
|
||||
sketch
|
||||
sketchupviewer
|
||||
skype
|
||||
slack
|
||||
smartgit
|
||||
snagit
|
||||
@@ -301,6 +303,8 @@ sonoss2
|
||||
sourcetree
|
||||
splashtopsos
|
||||
spotify
|
||||
sqlpropostgres
|
||||
sqlprostudio
|
||||
steelseriesengine
|
||||
strongsync
|
||||
sublimetext
|
||||
@@ -346,6 +350,7 @@ vlc
|
||||
vmwarehorizonclient
|
||||
vscodium
|
||||
wacomdrivers
|
||||
wallyezflash
|
||||
webex
|
||||
webexmeetings
|
||||
webexteams
|
||||
|
||||
@@ -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