Magisk-Modules-Alt-Repo / chroot-distro

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

Remove --as-is parameter #29

Closed jjkola closed 2 months ago

jjkola commented 2 months ago

Fixes #28.

With the latest fixes the old /bin/ command mangling is no longer needed as the environment variables are properly handled (especially PATH). Start passing command as is always, and removed --as-is parameter from command invocation.

Fixed login and unmount parameter checking along the way.