Simple retropie install script.

This commit is contained in:
Relintai 2021-07-22 21:55:46 +02:00
parent aac604e600
commit e6a4f942b1
1 changed files with 18 additions and 0 deletions

18
06_1_retropie_install.sh Executable file
View File

@ -0,0 +1,18 @@
#!/bin/bash
if [ ! -d "repos" ]; then
mkdir repos
fi
cd repos
if [ ! -d "RetroPie-Setup" ]; then
git clone https://github.com/RetroPie/RetroPie-Setup.git RetroPie-Setup
fi
cd RetroPie-Setup
sudo ./retropie_setup.sh