Skip to content

Commit

Permalink
Version 1.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
YadominJinta committed Nov 17, 2018
1 parent fc8db6d commit cad45e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A bash script to install linux on termux
## Installation
**Please go to the release page to check the latest version**
``` bash
VERSION=1.2
VERSION=1.3
pkg in curl
curl -LO https://github.com/YadominJinta/atilo/releases/download/$VERSION/atilo.deb
dpkg -i atilo.deb
Expand All @@ -17,7 +17,7 @@ apt install -f
atilo [command] [Arguments]
Atilo is a bash script to help you install some GNU/Linux distributions on Termux.

命令/Commands:
Commands:
list list available distributions
--installed list installed distributions
remove remove installed distributions
Expand All @@ -35,6 +35,7 @@ The followings are available

alpine
arch
centos
debian
fedora
kali
Expand All @@ -48,7 +49,7 @@ Installed

alpine
```

**Notice**: Fedora 29 doesn't provode an image for arm,so you have to run `dnf update --releasever=29` to update to 29.
## GUI

[Using GUI on termux](https://yadominjinta.github.io/2018/08/18/GUI-on-termux-EN.html)
Expand Down
8 changes: 5 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## 安装
**请前往Release页面查看最新的release**
``` bash
VERSION=1.2
VERSION=1.3
pkg in curl
curl -LO https://github.com/YadominJinta/atilo/releases/download/$VERSION/atilo-cn.deb
dpkg -i atilo-cn.deb
Expand All @@ -16,7 +16,7 @@ apt install -f
atilo [命令] [参数]
Atilo 是一个用来帮助你在termux上安装不同的GNU/Linux发行版的bash脚本。

命令/Commands:
命令:
list 列出可用的和已安装的发行版
remove 移除已安装的发行版
install 安装发行版
Expand Down Expand Up @@ -44,7 +44,9 @@ ubuntults

alpine
```

**备注**:
1.CentOS仅支持EN版本,CN无(因为没有镜像)
2.Fedora 29没有提供arm架构的镜像,请运行`dnf update --releasever=29`来升级。
## 图形
[在termux上开启图形化](https://yadominjinta.github.io/2018/07/30/GUI-on-termux.html)

Expand Down
2 changes: 1 addition & 1 deletion atilo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/data/data/com.termux/files/usr/bin/bash

version="1.2.1 EN"
version="1.3 EN"
writer="@YadominJinta @seashell11234455"
support_linux=("alpine" "arch" "debian" "fedora" "kali" "ubuntu" "ubuntults" "centos")
support_arch=("arm" "aarch64")
Expand Down
2 changes: 1 addition & 1 deletion atilo_cn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/data/data/com.termux/files/usr/bin/bash

version="1.2 CN"
version="1.3 CN"
writer="@YadominJinta @seashell11234455"
support_linux=("alpine" "arch" "debian" "fedora" "kali" "ubuntu" "ubuntults" )
support_arch=("arm" "aarch64")
Expand Down

0 comments on commit cad45e5

Please sign in to comment.