Skip to content

Commit 839eac9

Browse files
Fixes Application installation «MAMP»
1 parent 20a4ca4 commit 839eac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Applications/MAMP.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function installAppMAMP(){
1313
fi
1414
# --> Download
1515
downloadFromUrl "$downloadUrl" "MAMP.pkg"
16-
# --> Launch Installer
17-
open "$HOME/Downloads/MAMP.pkg"
16+
# --> Launch Package Installer
17+
installer -pkg "$HOME/Downloads/MAMP.pkg" -target /
1818
}
1919
export -f installAppMAMP

0 commit comments

Comments
 (0)