mirror of
https://github.com/Relintai/pi_player.git
synced 2024-11-12 08:45:35 +01:00
Simple retropie install script.
This commit is contained in:
parent
aac604e600
commit
e6a4f942b1
18
06_1_retropie_install.sh
Executable file
18
06_1_retropie_install.sh
Executable 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user