File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A bash script to install linux on termux
55## Installation
66** Please go to the release page to check the latest version**
77``` bash
8- VERSION=1.2
8+ VERSION=1.3
99pkg in curl
1010curl -LO https://github.com/YadominJinta/atilo/releases/download/$VERSION /atilo.deb
1111dpkg -i atilo.deb
@@ -17,7 +17,7 @@ apt install -f
1717atilo [command] [Arguments]
1818Atilo is a bash script to help you install some GNU/Linux distributions on Termux.
1919
20- 命令/ Commands:
20+ Commands:
2121list list available distributions
2222 --installed list installed distributions
2323remove remove installed distributions
@@ -35,6 +35,7 @@ The followings are available
3535
3636alpine
3737arch
38+ centos
3839debian
3940fedora
4041kali
@@ -48,7 +49,7 @@ Installed
4849
4950alpine
5051```
51-
52+ ** Notice ** : Fedora 29 doesn't provode an image for arm,so you have to run ` dnf update --releasever=29 ` to update to 29.
5253## GUI
5354
5455[ Using GUI on termux] ( https://yadominjinta.github.io/2018/08/18/GUI-on-termux-EN.html )
Original file line number Diff line number Diff line change 44## 安装
55** 请前往Release页面查看最新的release**
66``` bash
7- VERSION=1.2
7+ VERSION=1.3
88pkg in curl
99curl -LO https://github.com/YadominJinta/atilo/releases/download/$VERSION /atilo-cn.deb
1010dpkg -i atilo-cn.deb
@@ -16,7 +16,7 @@ apt install -f
1616atilo [命令] [参数]
1717Atilo 是一个用来帮助你在termux上安装不同的GNU/Linux发行版的bash脚本。
1818
19- 命令/Commands :
19+ 命令:
2020list 列出可用的和已安装的发行版
2121remove 移除已安装的发行版
2222install 安装发行版
@@ -44,7 +44,9 @@ ubuntults
4444
4545alpine
4646```
47-
47+ ** 备注** :
48+ 1.CentOS仅支持EN版本,CN无(因为没有镜像)
49+ 2.Fedora 29没有提供arm架构的镜像,请运行` dnf update --releasever=29 ` 来升级。
4850## 图形
4951[ 在termux上开启图形化] ( https://yadominjinta.github.io/2018/07/30/GUI-on-termux.html )
5052
Original file line number Diff line number Diff line change 11#! /data/data/com.termux/files/usr/bin/bash
22
3- version=" 1.2.1 EN"
3+ version=" 1.3 EN"
44writer=" @YadominJinta @seashell11234455"
55support_linux=(" alpine" " arch" " debian" " fedora" " kali" " ubuntu" " ubuntults" " centos" )
66support_arch=(" arm" " aarch64" )
Original file line number Diff line number Diff line change 11#! /data/data/com.termux/files/usr/bin/bash
22
3- version=" 1.2 CN"
3+ version=" 1.3 CN"
44writer=" @YadominJinta @seashell11234455"
55support_linux=(" alpine" " arch" " debian" " fedora" " kali" " ubuntu" " ubuntults" )
66support_arch=(" arm" " aarch64" )
You can’t perform that action at this time.
0 commit comments