An open API service indexing awesome lists of open source software.

https://github.com/hhromic/my-retropie

Automation and guide of my personal RetroPie setup
https://github.com/hhromic/my-retropie

automated custom installation raspbian-stretch retropie script

Last synced: 2 months ago
JSON representation

Automation and guide of my personal RetroPie setup

Awesome Lists containing this project

README

        

# My RetroPie Setup Guide

This is my personal guide for setting up a current version of RetroPie.

All the instructions below are meant to be run as the normal user `pi`.

## Instructions

1. Download the latest version of Raspbian Stretch Nano from

2. Copy the downloaded image to an SD Card

3. Create the `/boot/ssh` and `/boot/wpa_supplicant.conf` files in the SD Card

4. Boot the Raspberry Pi device and login either via SSH or the console

5. Install the `wget` package for downloading the scripts:

sudo apt-get install wget

6. Start the personal installation script:

bash <(wget https://git.io/fAeSi -qO-)