Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 697 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 697 Bytes

Bash_Script_App_Install

Bash script that installs some common applications on a MacOS machine silently

Instructions

  1. Create empty text file to house your script

touch app_install.sh

  1. Create functions to check whether applications are installed beforehand and provide a message saying " Desired_App is installed or Not "
  2. Create functions that list the steps of app installation ( download, mounting, copying, unmounting, and install completion )
  3. Create a loop that executions the install function if the apps are confirmed not there
  4. Change permission of file to allow execution

chmod +x app_install.sh

  1. Execute the script

./app_install.sh