Closed ivan-hc closed 3 months ago
I implemented the sharing. According to my limited testing it works, but more extensive testing is required. Please try it with your AppImages.
Just tested, someting went wrong while usind dwarfs
I think the issue ir here
if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
if [ -d .git ]; then
git lfs install
git lfs fetch origin master
git lfs checkout
fi
if [ ! -f "${utils}" ] || [ "$(wc -c < "${utils}")" -lt 100000 ]; then
if git config --get remote.origin.url; then
utils_url="$(git config --get remote.origin.url)"/raw/master/${utils}
else
utils_url="https://github.com/Kron4ek/Conty/raw/master/${utils}"
fi
rm -f "${utils}"
curl -#LO "${utils_url}"
fi
fi
I also see that the first "if
" is doubled
For now I'll restore the pervious function, just to test the Nvidia changes
Hey, worked great! Here are Boxes and VirtualBox running together!
Thanks
What if once built, the "${overlayfs_dir}"/up/usr directory is just a link to the pre-existing drivers directory?