We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
install.sh
./create-sdcard
/tmp/oe/
[root@ignition oe]# pwd /tmp/oe [root@ignition oe]# ls -1 3rdparty/ CHANGELOG README.md RELEASE licenses/ target/
Thanks J.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Thank you, I sent a PR to fix that #37
No branches or pull requests
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:Thanks
J.
The text was updated successfully, but these errors were encountered: