Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sdrausty/termux-archlinux

You can use setupTermuxArch.bash πŸ“² to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/
https://github.com/sdrausty/termux-archlinux

amazon amazon-fire android android-smartphone arch-linux arch-linux-installation bash-script chromebook free-software linux linux-distribution packages screenshot script setuptermuxarch shell-script smartphone tablet termux termux-hacking

Last synced: about 6 hours ago
JSON representation

You can use setupTermuxArch.bash πŸ“² to install Arch Linux in Termux on Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/termux-archlinux/

Awesome Lists containing this project

README

        

## [termux-archlinux](https://github.com/SDRausty/termux-archlinux/)

##### -r--r--r-- [setupTermuxArch](https://raw.githubusercontent.com/TermuxArch/TermuxArch/master/setupTermuxArch)
##### -rwxrwx--- [setupTermuxArch](https://TermuxArch.github.io/TermuxArch/setupTermuxArch)

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`](https://raw.githubusercontent.com/TermuxArch/TermuxArch/master/setupTermuxArch) on device. Use `bash setupTermuxArch` 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`](setupTermuxArch). After succesfull installation start the container with `startarch`.

See https://TermuxArch.github.io/TermuxArch/docs/install for options how to run [`setupTermuxArch`](https://TermuxArch.github.io/TermuxArch/setupTermuxArch) 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
```