Created
September 9, 2016 18:52
-
-
Save heyseus1/7ee0a6e68282d5cbe088a5b093bca6c5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install_deps () | |
{ | |
apt-get update | |
apt-get -y upgrade | |
apt-get -y install git dialog | |
} | |
#---------------------------------------------------------------------------------------------------------------------- | |
RetroPie-git () | |
{ | |
git clone --depth=1 https://github.com/petrockblog/RetroPie-Setup | |
} | |
#---------------------------------------------------------------------------------------------------------------------- | |
RetroPie-Setup() | |
{ | |
cd RetroPie-Setup | |
chmod +x retropie_setup.sh | |
sudo ./retropie_setup.sh | |
} | |
install_deps | |
RetroPie-git | |
RetroPie-Setup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment