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

/tmp/repo/OpenELEC.tv/install.sh: line 10 ./create-sdcard: no such file or directory #36

Open
jeekajoo opened this issue Mar 22, 2016 · 2 comments

Comments

@jeekajoo
Copy link

Hi,

install.sh tries to call ./create-sdcard from /tmp/oe/ (http://releases.openelec.tv/OpenELEC-imx6.arm-6.0.3.tar) that does not exist:

[root@ignition oe]# pwd
/tmp/oe
[root@ignition oe]# ls -1
3rdparty/
CHANGELOG
README.md
RELEASE
licenses/
target/

Thanks
J.

@jeekajoo
Copy link
Author

So I suggest to install OpenElec 6 stable from disk image. install.sh :

#!/bin/bash
set -e
echo "Downloading and installing"
curl -L -k http://releases.openelec.tv/OpenELEC-imx6.arm-6.0.3.img.gz --progress | gunzip | dd of=/dev/mmcblk0 bs=1M conv=fsync
sync

@secuflag
Copy link
Contributor

Thank you, I sent a PR to fix that #37

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

No branches or pull requests

2 participants