oxr463
oxr463
@probonopd can you test again with the latest tagged release? Also, I would not recommend using any other source besides this repository, since many of the forks have diverged a...
> > @probonopd can you test again with the latest tagged release? > > Is there a binary available for x86_64? Thanks. Try [this one from GitLab](https://gitlab.com/proot/proot/-/jobs/510850865/artifacts/raw/dist/proot)
@probonopd please test again with the latest v5.3.0 release.
@Apteryks can you test again on the latest v5.3.0 release?
@Apteryks can you test again on the latest v5.3.0 release?
Interesting. I for one, never noticed that little typo.
Can you try installing GNU tar? ```terminal apk add tar ```
As I'm sure you already know, Alpine Linux uses musl libc, instead of glibc. Fortunately, patches have been made to support musl in PRoot, (See: https://github.com/proot-me/proot/commit/5bb196e49870f7ea87c071725988c5a11051ec5e). Please test again. If...
Alright so I tried this again, and I got it working. terminal output ```terminal ./proot -0 -r "/tmp/alpine" -b /proc -b /dev -b /etc/resolv.conf /bin/sh apk add tar xz tar...
Yeah, that's what happened to me as well.