Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amlweems/mbp-arch
Script to automate basic arch installation for the Macbook Pro
https://github.com/amlweems/mbp-arch
Last synced: 7 days ago
JSON representation
Script to automate basic arch installation for the Macbook Pro
- Host: GitHub
- URL: https://github.com/amlweems/mbp-arch
- Owner: amlweems
- Created: 2014-10-13T04:08:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-30T18:30:52.000Z (over 9 years ago)
- Last Synced: 2023-03-25T15:03:20.191Z (over 1 year ago)
- Language: Shell
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mbp-arch
Script to automate basic arch installation for the Macbook Pro# Usage
1. Edit `chroot_install.sh` as you see fit (modify hostname, install packages, etc.)
2. Run `./build.sh` to generate the install script `mbp-arch.sh`
3. Transfer `mbp-arch.sh` to your target machine (e.g. `nc -l 8080 > mbp-arch.sh`, `nc 1.2.3.4 8080 < mbp-arch.sh`)
4. Run `mbp-arch.sh` on the target machine and reboot!