mcobit / retrosmc

An easier way to get retropie onto osmc
Other
212 stars 32 forks source link

Retropie Shortcut does not appear on OSMC menu #25

Closed mrmwiebe closed 7 years ago

mrmwiebe commented 7 years ago

Did fresh install of OSMC on SD card, then SSH'ed in and installed this script, however I don't see any link to RetroPie in the programs folder even though I installed and re-installed the shortcut from the RetroSMC installer.

mcobit commented 7 years ago

Hello, Would be good if you could post problems in this thread: https://discourse.osmc.tv/t/howto-retrosmc-retrogaming-on-osmc/6671

Is there any error, when you install the launcher addon? Maybe it did not download the tgz from github because of some connection issue.

You can try to scroll up when installing via ssh. It should reveal if there is an error.

ShaneDrury commented 7 years ago

I think it's because the README is wrong:

wget https://raw.githubusercontent.com/mcobit/retrosmc/direct/install-retrosmc.sh

Should be:

wget https://raw.githubusercontent.com/mcobit/retrosmc/master/install-retrosmc.sh

i.e. direct -> master. The direct branch is 14 commits behind master and has an old URL for the launcher script.

mcobit commented 7 years ago

Correct, fixed.