Skip to content

holland97/Bash-Script-App-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages