Skip to content

Instantly share code, notes, and snippets.

@heyseus1
Created September 9, 2016 18:52
Show Gist options
  • Save heyseus1/7ee0a6e68282d5cbe088a5b093bca6c5 to your computer and use it in GitHub Desktop.
Save heyseus1/7ee0a6e68282d5cbe088a5b093bca6c5 to your computer and use it in GitHub Desktop.
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