Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcagabe19-stuff/termux-proot-x86


https://github.com/mcagabe19-stuff/termux-proot-x86

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Termux PRoot x86
Getting x86_64 and i686 PRoot Env working in Termux with proot-distro and qemu-user-(x86_64, i386) or blink.

**NOTE: SLOW PERFORMANCE IN EVERY DEVICE** but you can use `taskset -a -c 4-7 (your proot-distro command)` to little improve performance (only if u have 8 cores)

To run proot-distro with blink use `PROOT_DISTRO_X64_EMULATOR=BLINK`.

The Commands

1. Updating Packages

```bash
apt update && yes | apt upgrade
```

2. (i686/x86) Installing

```bash
apt install git qemu-user-i386 blink proot-distro -y && git clone https://github.com/mcagabe19-stuff/termux-proot-x86 && cd termux-proot-x86 && bash ./movedistrosi686.sh
```
3. (amd64/x86_64) Installing

```bash
apt install git qemu-user-x86-64 blink proot-distro -y && git clone https://github.com/mcagabe19-stuff/termux-proot-x86 && cd termux-proot-x86 && bash ./movedistrosx86_64.sh
```

4. Well done.