Magisk-Modules-Alt-Repo / chroot-distro

install linux distributions on android
GNU General Public License v3.0
129 stars 9 forks source link

Adb shell: Installing a distro fails #23

Closed jjkola closed 2 months ago

jjkola commented 3 months ago

Based on report #17 I was able to reproduce the issue. And the issue seems to be that when using Adb shell, tar command is not as advanced as when using termux. This leads to problems with installing distros especially so with those compressed with xz (Adb shell tar does not support xz compression directly).