Open ritcher opened 4 years ago
The error means that /sbin/.magisk/busybox/env cannot be found, so check that Magisk Manager has completed setup.
Every time you wipe your /data partition you must actually open the Magisk Manager GUI, wait for the "additional setup required" prompt and complete the setup process including the subsequent reboot before trying tsu.
There is the output I got:
Changing the
env
command call to/system/bin/env
or/data/data/com.termux/files/usr/bin/coreutils --coreutils-prog=env
solves the problem: