Installing lrscummvm
-
Hi
Noob Question.
How do I install lr-scummvm I do not see it in the list of experimental packages?
Currently on version 4.4.15
-
In another post you mentioned:
My Image is 256gb in size
How did you install RetroPie?
-
@hhromic It was a long time ago.. But in pretty sure I used
https://retropie.org.uk/download/ link for my 3b+ -
Can you do this in a console and report the results?
ls -la $HOME/RetroPie-Setup/scriptmodules/libretrocores/lr-scummvm.sh
Also can you try to launch the installation manually doing this and report the results?
cd $HOME/RetroPie-Setup sudo ./retropie_packages.sh lr-scummvm
-
Also can you do this and report the results too?
git -C $HOME/RetroPie-Setup status
-
pi@retropie:~ $ ls -la $HOME/RetroPie-Setup/scriptmodules/libretrocores/lr-scummvm.sh
ls: cannot access '/home/pi/RetroPie-Setup/scriptmodules/libretrocores/lr-scummvm.sh': No such file or directory
pi@retropie:~ $ cd $HOME/RetroPie-Setup
pi@retropie:~/RetroPie-Setup $ sudo ./retropie_packages.sh lr-scummvm
No module 'lr-scummvm' found for platform rpi3
pi@retropie:~/RetroPie-Setup $ git -C $HOME/RetroPie-Setup status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)deleted: scriptmodules/libretrocores/lr-scummvm.sh modified: scriptmodules/ports/openbor.sh
Untracked files:
(use "git add <file>..." to include in what will be committed)scriptmodules/supplementary/bluetooth/bluezutils.pyc
no changes added to commit (use "git add" and/or "git commit -a")
-
@Colossal said in Installing lrscummvm:
Changes not staged for commit:
(use "git add/rm <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
deleted: scriptmodules/libretrocores/lr-scummvm.sh
modified: scriptmodules/ports/openbor.shUntracked files:
You deleted the scripmodule file from the RetroPie-Setup folder, that's why it's not available.
Rungit reset --hard
from the
$HOME/RetroPie-Setup
folder. -
@mitu said in Installing lrscummvm:
git reset --hard
pi@retropie:~ $ cd $HOME/RetroPie-Setup
pi@retropie:~/RetroPie-Setup $ git reset --hard
HEAD is now at 438b015d builder - allow manually setting which dists to build fo r with __dist= -
That fixed it, I see lr-scummvm now in experimental.. Many thanks kind sir
-
nice you sorted it out :)
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.