
___x_cmd_termux_pr(){
    ___x_cmd_hascmd proot || {
        ___x_cmd_cmds pkg install -y proot  1>&2
        ___x_cmd_hascmd proot || N=termux M="Fail to prepare proot-distro command. Maybe try again later" log:ret:1
    }

    ___x_cmd_cmds proot "$@"
}
