Bash script that installs some common applications on a MacOS machine silently
- Create empty text file to house your script
touch app_install.sh
- Create functions to check whether applications are installed beforehand and provide a message saying " Desired_App is installed or Not "
- Create functions that list the steps of app installation ( download, mounting, copying, unmounting, and install completion )
- Create a loop that executions the install function if the apps are confirmed not there
- Change permission of file to allow execution
chmod +x app_install.sh
- Execute the script
./app_install.sh