raspberry-pi-tools/README.md
2018-06-29 14:10:03 +02:00

18 lines
692 B
Markdown

# Raspberry Pi sdc tools
This repository contains some shell scripts to install Arch Linux for the Raspberry Pi on a SD-Card and to backup a SD-Card.
## Use
To install Arch Linux on a SD card type in:
```bash
bash ./sd_card_setup.sh
```
To backup a SD card type in:
```bash
bash ./sd_backup.sh
```
## License
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">Creative Commons Attribution-NonCommercial 4.0 International License</a>.