RetroPie-Setup
==============
General Usage
-------------
Shell script to setup the Raspberry Pi 1 / 2 with several emulators, various cores, and EmulationStation as graphical front end. Bootable pre-made images are available from http://blog.petrockblock.com/retropie/ for those that want a ready to go system.
This script is designed for use on the Raspbian Wheezy distribution. It has some support for Raspbian Jessie / OSMC but requires building from source - and there may be problems with modules. Before using the script, please **make sure that you have run the raspi-config script to extend your root file system **. You can run the script with
```shell
sudo raspi-config
```
To run the RetroPie Setup Script make sure that your APT repositories are up-to-date and that Git is installed:
```shell
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git
This file has been truncated. show original