This file contains hidden or 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 | |
| ############################################################################ | |
| # | |
| # Installs and configures many things useful for a fresh Rasbian install. | |
| # All things configured are described in this repo: | |
| # https://github.com/mlagerberg/raspberry-pi-setup | |
| # | |
| # Created by Mathijs Lagerberg, 2015 | |
| # | |
| # It does NOT: |