• Tja@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      I looked on the play store and fdroid, haven’t found anything. I’d love to have a Linux chroot with CLI linux software, don’t want to root my phone. Halp.

      • Tja@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        1 year ago

        For the lazy, in termux:

        $ pkg install proot
        $ pkg install proot-distro
        $ proot-distro install debian
        $ proot-distro login debian

        Profit??