Unable to update the RetroPie-Setup script / upgrade from 4.1 to 4.2
-
Hello,
I've run the "Update RetroPie-Setup script" option several times now and I appear to be stuck on version 4.1.14. I don't see any error messages while running the "Update all installed packages" option, but it doesn't look like I'm getting upgraded to 4.2.x. On a whim I checked git status and found this, but unsure if an old bluetooth package is what's tripping me up or how to fix it. Thanks for any help or tips you can provide.
pi@retropie ~/RetroPie-Setup $ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)scriptmodules/supplementary/bluetooth/bluezutils.pyc
nothing added to commit but untracked files present (use "git add" to track)
-
Any other suggestions on things I can try or ideas that might point me in the right direction? Seems I am stuck on 4.1.14 no matter what I do at the moment.
-
What's the output of
cat ~/RetroPie-Setup/.git/config
? -
@BuZz said in Unable to update the RetroPie-Setup script / upgrade from 4.1 to 4.2:
What's the output of
cat ~/RetroPie-Setup/.git/config
?Output looks like this:
pi@retropie ~ $ cat ~/RetroPie-Setup/.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/:refs/remotes/origin/
url = git://github.com/petrockblog/RetroPie-Setup
[branch "master"]
remote = origin
merge = refs/heads/master -
@laephis your install is old and points to wrong GitHub url. Change petrockblog to RetroPie in the git config URL and you can update. Or reinstall RetroPie-Setup
-
@BuZz thank you! That did the trick. Yes, my install is quite old as I've been updating it over the years.
-
@laephis glad it's sorted. Good to know some people upgrade ok from old versions :-)
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.