Retropie-linux 420 B

1234567891011121314151617181920
  1. *Update and upgrade the existing APT packages:
  2. sudo apt-get update && sudo apt-get upgrade
  3. *Install the needed packages for the RetroPie setup script:
  4. sudo apt-get install -y git dialog
  5. *Download the latest RetroPie setup script:
  6. git clone --depth=1 https://github.com/RetroPie/RetroPie-Setup.git
  7. *Enter the folder with the setup script:
  8. cd RetroPie-Setup
  9. *The script is executed with:
  10. sudo ./retropie_setup.sh