Skip to content

Commit cad45e5

Browse files
committed
Version 1.3 released
1 parent fc8db6d commit cad45e5

4 files changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
99
pkg in curl
1010
curl -LO https://github.com/YadominJinta/atilo/releases/download/$VERSION/atilo.deb
1111
dpkg -i atilo.deb
@@ -17,7 +17,7 @@ apt install -f
1717
atilo [command] [Arguments]
1818
Atilo is a bash script to help you install some GNU/Linux distributions on Termux.
1919

20-
命令/Commands:
20+
Commands:
2121
list list available distributions
2222
--installed list installed distributions
2323
remove remove installed distributions
@@ -35,6 +35,7 @@ The followings are available
3535

3636
alpine
3737
arch
38+
centos
3839
debian
3940
fedora
4041
kali
@@ -48,7 +49,7 @@ Installed
4849

4950
alpine
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)

README_CN.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## 安装
55
**请前往Release页面查看最新的release**
66
``` bash
7-
VERSION=1.2
7+
VERSION=1.3
88
pkg in curl
99
curl -LO https://github.com/YadominJinta/atilo/releases/download/$VERSION/atilo-cn.deb
1010
dpkg -i atilo-cn.deb
@@ -16,7 +16,7 @@ apt install -f
1616
atilo [命令] [参数]
1717
Atilo 是一个用来帮助你在termux上安装不同的GNU/Linux发行版的bash脚本。
1818

19-
命令/Commands:
19+
命令:
2020
list 列出可用的和已安装的发行版
2121
remove 移除已安装的发行版
2222
install 安装发行版
@@ -44,7 +44,9 @@ ubuntults
4444

4545
alpine
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

atilo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/data/data/com.termux/files/usr/bin/bash
22

3-
version="1.2.1 EN"
3+
version="1.3 EN"
44
writer="@YadominJinta @seashell11234455"
55
support_linux=("alpine" "arch" "debian" "fedora" "kali" "ubuntu" "ubuntults" "centos")
66
support_arch=("arm" "aarch64")

atilo_cn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/data/data/com.termux/files/usr/bin/bash
22

3-
version="1.2 CN"
3+
version="1.3 CN"
44
writer="@YadominJinta @seashell11234455"
55
support_linux=("alpine" "arch" "debian" "fedora" "kali" "ubuntu" "ubuntults" )
66
support_arch=("arm" "aarch64")

0 commit comments

Comments
 (0)