Freeplaytech Forum
Trouble updating... - Printable Version

+- Freeplaytech Forum (https://forum.freeplaytech.com)
+-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24)
+--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26)
+--- Thread: Trouble updating... (/showthread.php?tid=4609)



Trouble updating... - tguellich - 04-26-2018

I am running an image I built myself via the directions, not downloaded from FreePlay.

I can't seem to update anything. The first thing I figure I need to tackle is the RetroPi Setup Script. I get the error...

Update failed:
From
https://github.com/retropie/retropie-setup
     d453cls..691b8b3    master     ->
origin/master
error: Your local changes to the
following files would be
overwritten by merge:
     .github/ISSUE_TEMPLATE.md
LATE.md
     Platforms.cfg
     scriptmodules/admin/buile
n/builder.sh
     scriptmodules/admin/image.
n/image.sh

Any ideas what is happening? I can't find much info online. Thanks for your time.


RE: Trouble updating... - Flavor - 04-26-2018

Whatever you are running SEEMS to be trying to pull the latest data from the retropie-setup github repository.

Your files have "local" changes, meaning someone (maybe you) edited those files. Now you are trying to run the script that updates the setup script (I'm guessing), and it doesn't want to overwrite your local changes.

.github/ISSUE_TEMPLATE.md: That doesn't seem like a file you'd care about overwriting.
The rest are configurations and scritps for performing a retropie update, I think.

I'm guessing that you're trying to run
sudo /home/pi/RetroPie-Setup/retropie_setup.sh
and telling it to update all installed packages. Maybe you don't need to update the packages. If you don't, maybe just skip it?


RE: Trouble updating... - tguellich - 04-26-2018

(04-26-2018, 09:01 AM)Flavor Wrote: Whatever you are running SEEMS to be trying to pull the latest data from the retropie-setup github repository.

Your files have "local" changes, meaning someone (maybe you) edited those files.  Now you are trying to run the script that updates the setup script (I'm guessing), and it doesn't want to overwrite your local changes.

.github/ISSUE_TEMPLATE.md: That doesn't seem like a file you'd care about overwriting.
The rest are configurations and scritps for performing a retropie update, I think.  

I'm guessing that you're trying to run
sudo /home/pi/RetroPie-Setup/retropie_setup.sh
and telling it to update all installed packages.  Maybe you don't need to update the packages.  If you don't, maybe just skip it?

Thanks for the advice. I figured much of the same. Problem is that I only touched what the directions told me to. I was hoping it was something from your directions. Oh well. Maybe the original image had flaws. Guess I'll give up on this one as it is way above my abilities.