Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INSTALL_RETROPIE_ON_OSMC_RC.sh does not download retropie.sh & retropie_watchdog.sh #1

Open
C-Fu opened this issue Apr 30, 2015 · 10 comments
Labels

Comments

@C-Fu
Copy link

C-Fu commented Apr 30, 2015

Good day,

I believe that the two essential files needed to disable (and re-enable) OSMC/Kodi does not get downloaded in the script, which judging from the forum thread, a lot of people are having trouble figuring out issues with starting/stopping emulationstation/RetroPie.

@mcobit
Copy link
Owner

mcobit commented Apr 30, 2015

Hi. They should get downloaded. They didn't change and the URLs also didn't change. So it should work.

The problems in the forum are mostly solved I belive. Except for the tvservice problem. Didn't find the time to look into it.

@C-Fu
Copy link
Author

C-Fu commented Apr 30, 2015

Hey man,

This is the 3rd sd card that I've tried downloading and installing INSTALL_RETROPIE_ON_OSMC_RC.sh script via wget, and I can confirm, at least in my experience, that those two files didn't get downloaded. All three times I have to redownload the file from here, or do a sudo nano filename.sh & chmod +x filename.sh on those two files.

I'm not exactly sure, but I think using git clone instead of using wget in your instructions will get everything downloaded.

@mcobit
Copy link
Owner

mcobit commented Apr 30, 2015

I'll have to confirm that with a fresh install.
Unfortunately I will not have the time this weekend.
Hope to be able to check it soon.

@C-Fu
Copy link
Author

C-Fu commented Apr 30, 2015

No worries. I tried all three on RPi 1 Model B.

Cheers and thanks for the great work!

@mcobit
Copy link
Owner

mcobit commented Apr 30, 2015

If you use a RPi1, it could be, that normal raspbian does not have the certificates installed to download from github https pages.
OSMC on RPi2 seems to allow that just fine.
I never tried the installation on an RPi 1 myself, that's why I said, that it MIGHT work, but I am not sure in my first post.

Could you try to install ca-certificates on your Pi before using the script and report if it works then?
If so, I will include that into the script.

@mcobit mcobit added the bug label Apr 30, 2015
@C-Fu
Copy link
Author

C-Fu commented Apr 30, 2015

Okay, how do I do that? :D i have no idea.
On Apr 30, 2015 8:54 PM, "mcobit" [email protected] wrote:

If you use a RPi1, it could be, that normal raspbian does not have the
certificates installed to download from github https pages.
OSMC on RPi2 seems to allow that just fine.
I never tried the installation on an RPi 1 myself, that's why I said, that
it MIGHT work, but I am not asure in my first post.

Could you try to install ca-certificates on your Pi before using the
script and report if it works then?
If so, I will include that into the script.


Reply to this email directly or view it on GitHub
#1 (comment).

@mcobit
Copy link
Owner

mcobit commented Apr 30, 2015

Try
sudo apt-get install ca-certificates

@C-Fu
Copy link
Author

C-Fu commented May 2, 2015

"ca-certificates is already the newest version."

Anything else that I should try?

@mcobit
Copy link
Owner

mcobit commented May 5, 2015

Can you try to edit the script and add the --no-check-certificate parameter to the wget commands?

Please report if it works then and I will add it.

@mcobit
Copy link
Owner

mcobit commented May 7, 2015

I tried to fix stuff.
Please try again and confirm, that it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants