# Tmoe-linux **Repository Path**: yugecse/linux ## Basic Information - **Project Name**: Tmoe-linux - **Description**: 在 GNU/Linux 和Android-Termux上一键安装 GNU/Linux容器,并自动配置中文环境。 - **Primary Language**: Shell - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 63 - **Created**: 2024-01-09 - **Last Updated**: 2024-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 🍭Tmoe-linux ## Description 🍸 Support for installing GNU/Linux containers on termux and GNU/Linux. The following containers are now **supported**: - [x] **Debian buster/sid** - [x] **Ubuntu 20.04** - [x] **Kali rolling** - [x] **Arch** - [x] **Fedora 31** - [x] **Funtoo** - [x] **Void** ## Installation > Tmoe-linux is installed by running one of the following commands in your terminal. You can install this via the command-line with either curl or wget. ### **via curl** ```shell apt install -y curl bash -c "$(curl -Lv 'https://git.io/linux.sh')" ``` ### **via wget** ```shell apt update apt install -y wget bash -c "$(wget -qO- 'https://git.io/linux.sh')" ```