Skip to content

Commit

Permalink
Change README
Browse files Browse the repository at this point in the history
  • Loading branch information
YadominJinta committed Dec 31, 2018
1 parent 67aba7c commit 624241a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 42 deletions.
32 changes: 12 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,18 @@ This atilo has super cow power
```

## Support Linux
``` bash
./atilo list
The followings are available

alpine
arch
centos
debian
fedora
kali
ubuntu
# Ubuntu Cosmic
ubuntults
# Ubuntu Bionic LTS

./atilo list --installed
Installed

alpine
```
| Distribution | aarch64 | arm | x86_64 | i686 |
| ------------ | :-----: |:-: | :-----: | :--: |
|Arch |||× |× |
|CentOS|||||
|Debian|||||
|Fedora||||×|
|Kali|||||
|OpenSuSE|||×|×|
|ParrotOS|||||
|Ubuntu|||||
|Ubuntu LTS|||||

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

Expand Down
35 changes: 14 additions & 21 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,20 @@ help 帮助
```

## 支持的发行版
``` bash
./atilo list
以下为可用的Linux发行版
alpine
arch
debian
fedora
kali
ubuntu
# Ubuntu 18.10
ubuntults
# Ubuntu 18.04 LTS

./atilo list --installed
已安装

alpine
```
**备注**:
1.CentOS仅支持EN版本,CN无(因为没有镜像)
2.Fedora 29没有提供arm架构的镜像,请运行`dnf update --releasever=29`来升级。

| 发行版 | aarch64 | arm | x86_64 | i686 |
| ------------ | :-----: |:-: | :-----: | :--: |
|Arch |||× |× |
|Debian|||||
|Fedora||||×|
|Kali|||||
|Ubuntu|||||
|Ubuntu LTS|||||



**备注**:
1.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
Expand Up @@ -138,7 +138,7 @@ function select_linux()
case "$1" in
fedora)
aarch64=https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Container/aarch64/images/Fedora-Container-Base-29-1.2.aarch64.tar.xz
arm=https://dl.fedoraproject.org/pub/fedora/linux/releases/28/Container/armhfp/images/Fedora-Container-Minimal-Base-28-1.1.armhfp.tar.xz
arm=https://dl.fedoraproject.org/pub/fedora/linux/releases/27/Docker/armhfp/images/Fedora-Docker-Base-27-1.6.armhfp.tar.xz
amd64=https://dl.fedoraproject.org/pub/fedora/linux/releases/29/Container/x86_64/images/Fedora-Container-Base-29-1.2.x86_64.tar.xz
if [[ ${time_arch} = "i386" ]]
then
Expand Down

0 comments on commit 624241a

Please sign in to comment.