RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. master branch
    Log in to post
    • All categories
    • D

      Updating from binary actually compiles packages

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support update binary master branch
      3
      0 Votes
      3 Posts
      304 Views
      D

      Sorry, i've just noticed entering in each package menu that a few ones can just be downloaded from source and compiled.

      Thanks.

    • S

      Another total noob question

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support master branch development merge config
      2
      0 Votes
      2 Posts
      352 Views
      mituM

      @StigNasty said in Another total noob question:

      Two questions: 1. What does this mean? 2. How do I do this?

      It means you've been using a development branch of the RetroPie-Setup script and that branch (version) will be deleted, so you'll not be able to update in the future.

      From the command line, execute the following:

      cd $HOME/RetroPie-Setup git reset --hard git checkout master

      OR

      cd $HOME sudo rm -fr ./RetroPie-Setup git clone https://github.com/retropie/RetroPie-Setup