-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Busybox: tar error when installing JuNest #340
Comments
Hi, can you check whether Also, does junest runs well in busybox can you try it? |
I'm trying to install JuNest on a Batocera machine. It was a method recommended in this reddit post I made about adding packages. Not sure why, but others seem to have the -z option, while for some reason mine does not seem to. gzip is available though with the following options
and BusyBox is v1.35.0, but I can't confirm JuNest works well until I complete the install |
I will change the script to include gzip command. In the meantime you can try it by changing this line here: https://github.com/fsquillace/junest/blob/master/lib/core/setup.sh#L55 |
Given I do not have busybox, can you try modify that line and tell what is the working commands? Also, I am afraid that constructing general commands might be hard given that |
I'm facing some tar related issue
So looks like my tar is missing the z option which you're using to extract a .tar.gz
One workaround would be to replace the -z with an equivalent gzip command, which is available to me.
Is it an option to try that in case straight tar fails?
The text was updated successfully, but these errors were encountered: