mirror of
https://github.com/proot-me/proot.git
synced 2025-08-28 16:43:49 +02:00
5 lines
122 B
Bash
5 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
|