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
In the install.sh, line 213 and 220
commond ls will has error about can not fine *.tar.xz
ls
remove double quotation mark likels ${KVMDCACHE}/${platform}-*.tar.xz is better
ls ${KVMDCACHE}/${platform}-*.tar.xz
The text was updated successfully, but these errors were encountered:
OK, some devices has this bug.
Sorry, something went wrong.
also happened in armbian for nanopi neo 2
No branches or pull requests
In the install.sh, line 213 and 220
commond
ls
will has error about can not fine *.tar.xzremove double quotation mark like
ls ${KVMDCACHE}/${platform}-*.tar.xz
is betterThe text was updated successfully, but these errors were encountered: