https://github.com/macsinspace/bootstrapinstallr
Bash script to install packages and apps in DMGs on a fresh Mac. Supports DMGs containing Apps/pkgs and mpkgs or stand alone pkg link lists.
https://github.com/macsinspace/bootstrapinstallr
Last synced: 12 months ago
JSON representation
Bash script to install packages and apps in DMGs on a fresh Mac. Supports DMGs containing Apps/pkgs and mpkgs or stand alone pkg link lists.
- Host: GitHub
- URL: https://github.com/macsinspace/bootstrapinstallr
- Owner: MacsInSpace
- License: apache-2.0
- Created: 2019-06-19T02:19:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T06:05:41.000Z (over 6 years ago)
- Last Synced: 2025-04-01T05:41:27.072Z (about 1 year ago)
- Language: Shell
- Size: 38.1 KB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bootstrapinstallr
Bash script to install packages and apps in DMGs on a fresh Mac.
Run with:
`curl https://raw.githubusercontent.com/MacsInSpace/bootstrapinstallr/master/install.sh | bash -s http://Link.To.Install.local/list.txt`
The second argument is a list of DMGs or PKGs that you want on the 'image'
Supports DMGs containing Apps/pkgs and mpkgs or stand alone pkg link lists.
Added a function to search a page for a link... (milage may vary on this one. You've been warned..)
example usage:
`curl https://raw.githubusercontent.com/MacsInSpace/bootstrapinstallr/master/install.sh | bash -s https://raw.githubusercontent.com/MacsInSpace/bootstrapinstallr/master/list.txt`
or add the link list to the script on line ~20
#credits
# for use alone or as a postflight script in a pkg with https://github.com/munki/installr
#https://stackoverflow.com/questions/8350942/how-to-re-run-the-curl-command-automatically-when-the-error-occurs
#https://coderwall.com/p/ftrahg/install-all-the-dmg-s
#https://apple.stackexchange.com/questions/73926/is-there-a-command-to-install-a-dmg