Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sdrausty/termuxproot
SetupTermuxPRoot.sh π² shall install Linux distributions in Termux on Android and Chrome. This setup script will attempt to set Linux distributions up in your Termux environment.
https://github.com/sdrausty/termuxproot
android android-smartphone arch-linux chromebook linux-distribution linux-distributions setuptermuxarch smartphone tablet termux termux-environment termux-proot
Last synced: 2 months ago
JSON representation
SetupTermuxPRoot.sh π² shall install Linux distributions in Termux on Android and Chrome. This setup script will attempt to set Linux distributions up in your Termux environment.
- Host: GitHub
- URL: https://github.com/sdrausty/termuxproot
- Owner: SDRausty
- License: other
- Created: 2017-10-24T02:19:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-09T16:54:14.000Z (over 2 years ago)
- Last Synced: 2024-10-12T08:01:33.790Z (2 months ago)
- Topics: android, android-smartphone, arch-linux, chromebook, linux-distribution, linux-distributions, setuptermuxarch, smartphone, tablet, termux, termux-environment, termux-proot
- Language: Shell
- Homepage: https://sdrausty.github.io/TermuxPRoot/
- Size: 28.8 MB
- Stars: 89
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.log
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/SDRausty/TermuxPRoot)
## [TermuxPRoot](https://github.com/SDRausty/TermuxPRoot/)
##### -r--r--r-- [setupTermuxArch.bash](https://raw.githubusercontent.com/TermuxArch/TermuxArch/master/setupTermuxArch.bash)
##### -rwxrwxrwx [setupTermuxArch.bash](https://TermuxArch.github.io/TermuxArch/setupTermuxArch.bash)This Termux bash setup shell script will attempt to set Arch Linux up in your Termux environment. See [install](https://TermuxArch.github.io/docsTermuxArch/install) for options how to run [`setupTermuxArch.bash`](https://raw.githubusercontent.com/TermuxArch/TermuxArch/master/setupTermuxArch.bash) on device. Use `bash setupTermuxArch.bash` to install [Arch](https://wiki.archlinux.org/) Linux in a Termux [PRoot](https://TermuxArch.github.io/docsTermuxArch/PRoot) container on your Android smartphone and tablet, and Chromebook too. When successfully completed, you will be experiencing the pleasure of the Linux command prompt in Arch Linux in Termux PRoot on Android, Chromebook and Fire OS on smartphone, tablet and wearable.
#### Screenshot from an Android smartphone 2018
[![screenshot_20180413-172406](https://user-images.githubusercontent.com/27742457/38758637-ec0ff0dc-3f3f-11e8-802c-82bc511cde88.png)](https://TermuxArch.github.io/docsTermuxArch/install)* Comments are welcome at [https://github.com/TermuxArch/TermuxArch/issues](https://github.com/TermuxArch/TermuxArch/issues?q=is%3Aissue+is%3Aclosed) β
* Pull requests are welcome [https://github.com/TermuxArch/TermuxArch/pulls](https://github.com/TermuxArch/TermuxArch/pulls?q=is%3Apr+is%3Aclosed) β
Thank you for making this project work better and please contribute πΒ [Contributors](CONTRIBUTORS.md) and [Notice to Contributors](NOTICE.md) have more information about this project.
![Screenshot of Arch On Termux](https://raw.githubusercontent.com/TermuxArch/imgsTermuxArch/master/IMG_20171019_190414.jpg)
[PRoot](docs/PRoot) has more information about Linux on device with Termux.
Share https://wiki.termux.com/wiki/Development everwhereππππ!
Install Arch Linux into a Termux PRoot container with [`bash setupTermuxArch.bash`](setupTermuxArch.bash). After succesfull installation start the container with `startarch`.
See https://TermuxArch.github.io/TermuxArch/docs/install for options how to run [`setupTermuxArch.bash`](https://TermuxArch.github.io/TermuxArch/setupTermuxArch.bash) on device.
See https://TermuxArch.github.io/docsTermuxArch/startingArch for options how to start the Arch Linux container `startarch` on device.
This repository uses submodules. To get all the pieces of this repository run the following code after cloning in the root directory of this repository:
```
git submodule update --init --recursive
```