Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcagabe19-stuff/termux-proot-x86
https://github.com/mcagabe19-stuff/termux-proot-x86
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcagabe19-stuff/termux-proot-x86
- Owner: mcagabe19-stuff
- License: mit
- Created: 2023-05-07T09:06:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T13:39:23.000Z (6 months ago)
- Last Synced: 2024-08-02T14:59:06.500Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 919 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.