mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-17 05:10:57 +00:00
more labels
Adding a few labels to see it in a bigger picture
This commit is contained in:
@@ -428,8 +428,11 @@ mountDMG() {
|
||||
|
||||
installFromDMG() {
|
||||
mountDMG
|
||||
|
||||
if [[ -z $CLIInstaller ]]; then
|
||||
installAppWithPath "$dmgmount/$appName"
|
||||
else
|
||||
installAppWithPath "$dmgmount/$CLIInstaller"
|
||||
fi
|
||||
}
|
||||
|
||||
installFromPKG() {
|
||||
|
||||
Reference in New Issue
Block a user