https://github.com/yonle/debian-proot
A fork of Yonle/alpine-proot (github). A well quick standalone Debian PRoot installer & launcher.
https://github.com/yonle/debian-proot
apt bash debian debian-sid linux proot shell termux
Last synced: about 1 year ago
JSON representation
A fork of Yonle/alpine-proot (github). A well quick standalone Debian PRoot installer & launcher.
- Host: GitHub
- URL: https://github.com/yonle/debian-proot
- Owner: Yonle
- License: mit
- Created: 2021-08-25T12:36:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-24T06:02:36.000Z (over 4 years ago)
- Last Synced: 2025-03-29T01:34:04.717Z (about 1 year ago)
- Topics: apt, bash, debian, debian-sid, linux, proot, shell, termux
- Language: Shell
- Homepage: https://debian.org
- Size: 65.4 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Deprecated
This script is no longer receive update due to lost of interest. Please use [Yonle/alpine-proot](https://github.com/Yonle/alpine-proot) instead.
[](https://debian.org)
# debian-proot
A fork of [Yonle/alpine-proot](https://github.com/Yonle/alpine-proot) (github). A well quick standalone Debian PRoot installer & launcher. Also works for every architectures, Linux distros, and even in **__[Termux](https://termux.org)__**.
Debian-proot support both [Plain PRoot](https://github.com/proot-me/proot) and [proot-rs (Rust)](https://github.com/proot-me/proot-rs). If you have both proot and proot-rs installed, but you want to use proot-rs instead to launch debian-proot, simply set [`DEBIANPROOT_USE_PROOT_RS`](https://github.com/Yonle/debian-proot/wiki/Environment-Variables#debianproot_use_proot_rs) as `true`.
## Installation
```sh
curl -Lo debian-proot.sh git.io/debian-proot.sh
chmod +x debian-proot.sh
# To launch debian-proot anytime, simply do:
./debian-proot.sh
```
It's very recommended to use [this](https://github.com/termux/proot) proot fork since this fork has a lot of fix & feature implemented *(P.S. This proot fork also works on other than Termux)*
For more information about debian-proot, please check the debian-proot [wiki](https://github.com/Yonle/debian-proot/wiki).
## Sound support
In order to make this works, **__PulseAudio__** should be installed at host system. At startup, the script automatically launch PulseAudio server in non-system mode if there is no pulse UNIX socket detected.. However, in [debian-proot](https://github.com/Yonle/debian-proot), sound support is already ready-to-use at startup as long you have PulseAudio installed on the host system.
## Online Debian-proot
https://replit.com/@Yonle/Debian-PRoot (1 GB Storage per anonymous user)
## Community
- Discord Server: https://discord.gg/9S3ZCDR
## Sources
- PRoot: https://proot-me.github.io
- Debian: https://debian.org