• Tja@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    3 months 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
      1
      ·
      3 months ago

      For the lazy, in termux:

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

      Profit??