- Download the raspbian image
- Follow the installation guide for OS X
- On OS X: When using the
dd
command, use path/dev/rdiskX
instead of/dev/diskX
- On OS X: When using the
- For additional info, check this elinux.org wiki page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash/ | |
####################################### | |
# Bash script to install apps on a new system (Ubuntu) | |
# Written by @AamnahAkram from http://aamnah.com | |
####################################### | |
## Update packages and Upgrade system | |
sudo apt-get update -y | |
## Git ## |