You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in $( ls "${KVMDCACHE}/${platform}-*.tar.xz" )
ls 后面最好不要加引号
ls: cannot access '/var/cache/kvmd/kvmd-platform-v2-hdmiusb-rpi4-.tar.xz': No such file or directory
ls: cannot access '/var/cache/kvmd/.tar.xz': No such file or directory
The text was updated successfully, but these errors were encountered:
Don't asking for details,, the script is normaly working for all machines,, your dtb file is your problem not my, i don't have your hardware,, if you want easy -> buy a orangpizero2 H616/1GRAM, shure it works there in....
Postscript: i dont update every version, sometimes , i look a week after, try to fix ok ;) Have a look in my install.sh there the changelog
install-kvmd-pkg函数里面
for i in$( ls "$ {KVMDCACHE}/${platform}-*.tar.xz" )
ls 后面最好不要加引号
ls: cannot access '/var/cache/kvmd/kvmd-platform-v2-hdmiusb-rpi4-.tar.xz': No such file or directory
ls: cannot access '/var/cache/kvmd/.tar.xz': No such file or directory
The text was updated successfully, but these errors were encountered: