https://github.com/suzuki-shunsuke/mac-boot
shell script to set up Mac OS X
https://github.com/suzuki-shunsuke/mac-boot
macos
Last synced: 9 months ago
JSON representation
shell script to set up Mac OS X
- Host: GitHub
- URL: https://github.com/suzuki-shunsuke/mac-boot
- Owner: suzuki-shunsuke
- License: mit
- Created: 2017-04-02T13:26:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T23:41:23.000Z (over 2 years ago)
- Last Synced: 2024-04-15T01:18:28.708Z (about 2 years ago)
- Topics: macos
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mac-boot
Set up Mac OS X.
## Requirements
* curl or wget
* python 2
## Run
```
$ curl https://raw.githubusercontent.com/suzuki-shunsuke/mac-boot/master/install | bash -e
```
or
```
$ wget -qO - https://raw.githubusercontent.com/suzuki-shunsuke/mac-boot/master/install | bash -e
```