# Android Terminal to Proot-Linux **Repository Path**: HornLeaf/a2l ## Basic Information - **Project Name**: Android Terminal to Proot-Linux - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-20 - **Last Updated**: 2025-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android Terminal to Proot-Linux 适用于 Android 终端的 proot debian 容器安装 ## 使用方法 ```sh sh <(wget -O - https://gitee.com/hornleaf/a2l/raw/master/install.sh) # 1 ``` 若无 wget 需手动下载 [busybox](busybox) 到 $HOME/.proot/ 并赋权后使用: ```sh sh <($HOME/.proot/busybox wget -O https://gitee.com/hornleaf/a2l/raw/master/install.sh) # 2 ``` 对于 [Pojav Glow • Worm](https://github.com/Vera-Firefly/Pojav-Glow-Worm) 的 Terminal,需要先进入`sh` 后执行命令 `#1`,或执行以下: ```tcsh wget -O - https://gitee.com/hornleaf/a2l/raw/master/install.sh | sh ``` ## 注意 在高版本 Android 中可能没有权限使用 ## 鸣谢 | 项目 | 描述 | |:---:|:---:| | [proot](https://proot-me.github.io) | 容器实现 | | [busybox](https://www.busybox.net) | 提供外部命令调用 | | [minitar](https://github.com/halostatue/minitar) | 较完善的归档文件释放 |