File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33function installAppMAMP(){
44 # --> MAMP version to use
5- local version=" 6.8 "
5+ local version=" 6.9 "
66 # --> Set Download URL
77 if checkIfAppleSilicion; then
88 # ...for ARM-based Apple Silicon Macs
9- local downloadUrl=" https://downloads.mamp.info/MAMP-PRO/releases/6.8 /MAMP_MAMP_PRO_$version -M1-arm.pkg"
9+ local downloadUrl=" https://downloads.mamp.info/MAMP-PRO/releases/$version /MAMP_MAMP_PRO_$version -M1-arm.pkg"
1010 else
1111 # ...for Intel-based Macs
12- local downloadUrl=" https://downloads.mamp.info/MAMP-PRO/releases/6.8 /MAMP_MAMP_PRO_$version -Intel-x86.pkg"
12+ local downloadUrl=" https://downloads.mamp.info/MAMP-PRO/releases/$version /MAMP_MAMP_PRO_$version -Intel-x86.pkg"
1313 fi
1414 # --> Download
1515 downloadFromUrl " $downloadUrl " " MAMP.pkg"
You can’t perform that action at this time.
0 commit comments