mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-31 06:13:12 +01:00
Merge branch 'dev' into Update/install-detection
This commit is contained in:
@@ -214,6 +214,12 @@ if [[ $currentUser != "loginwindow" && $NOTIFY == "all" ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -n "$installerTool" ]; then
|
||||
# installerTool defined, and we use that for installation
|
||||
printlog "installerTool used: $installerTool"
|
||||
appName="$installerTool"
|
||||
fi
|
||||
|
||||
case $type in
|
||||
dmg)
|
||||
installFromDMG
|
||||
|
||||
Reference in New Issue
Block a user