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
- Host: GitHub
- URL: https://github.com/hhromic/my-retropie
- Owner: hhromic
- Created: 2018-08-13T19:03:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T01:10:37.000Z (about 6 years ago)
- Last Synced: 2025-02-16T00:43:32.678Z (4 months ago)
- Topics: automated, custom, installation, raspbian-stretch, retropie, script
- Language: Shell
- Size: 83 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-)