more labels

Adding a few labels to see it in a bigger picture
This commit is contained in:
Søren Theilgaard
2021-11-12 09:51:52 +01:00
parent c20ba0274b
commit 4aa7cd7793
4 changed files with 36 additions and 3 deletions

View File

@@ -428,8 +428,11 @@ mountDMG() {
installFromDMG() {
mountDMG
if [[ -z $CLIInstaller ]]; then
installAppWithPath "$dmgmount/$appName"
else
installAppWithPath "$dmgmount/$CLIInstaller"
fi
}
installFromPKG() {