# termux-install-Ubuntu **Repository Path**: Liplay-1/termux-install-ubuntu ## Basic Information - **Project Name**: termux-install-Ubuntu - **Description**: termux-install-Ubuntu - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2023-06-02 - **Last Updated**: 2025-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # termux-install-Ubuntu #### 介绍 支持Ubuntu18.04 Ubuntu20.04 Ubuntu22.04 这个脚本可以用于在 Android 系统上的 Termux 终端中安装 Ubuntu 系统,并支持自动设置 SSH 服务和清华大学 TUNA 镜像源。以下是脚本的主要步骤: 将 Termux 软件源更改为清华大学 TUNA 镜像源。 1. 安装必要的软件包,如 proot、git、axel 等。 2. 提示用户是否要开启 SSH 服务,并设置 root 密码。 3. 下载并安装指定版本的 Ubuntu 系统。 4. 配置 Ubuntu 软件源。 5. 显示系统信息。 6. 将启动命令添加到 .bashrc 文件中。 #### 运行 ``` pkg update -y && pkg install openssl-tool -y && curl -sL https://gitee.com/Liplay-1/termux-install-ubuntu/raw/master/Ubuntu.sh > $HOME/Ubuntu.sh && bash $HOME/Ubuntu.sh ```