mirror of
https://github.com/termux/proot.git
synced 2024-11-11 13:49:26 +00:00
6 lines
122 B
Bash
6 lines
122 B
Bash
if [ -z `which env` ] || [ -z `which true` ]; then
|
|
exit 125;
|
|
fi
|
|
|
|
env PROOT_NO_SUBRECONF=1 ${PROOT} ${PROOT} -v 1 true
|