Skip to content

Autumn-leaves 安装

约 246 字小于 1 分钟

2025-02-07

首先,确保你的系统满足以下要求之一:

  • Termux
  • Linux(Debian 系列推荐 Ubuntu 20, 22)

在 Termux 中安装

打开命令行终端,运行以下命令:

Github 加速源

pkg update -y && pkg upgrade -y && pkg install git -y && git clone https://dl.gancmcs.top/https://github.com/MIt-gancm/Autumn-leaves ~/.gancm

Github 源

pkg update -y && pkg upgrade -y && pkg install git -y && git clone https://github.com/MIt-gancm/Autumn-leaves ~/.gancm

Gitee 源

pkg update -y && pkg upgrade -y && pkg install git -y && git clone https://gitee.com/MIt-gancm/Autumn-leaves ~/.gancm

在 Linux 中安装

打开命令行终端,运行以下命令:

Github 加速源

apt update -y && apt upgrade -y && apt install git -y && git clone https://dl.gancmcs.top/https://github.com/MIt-gancm/Autumn-leaves ~/.gancm

Github 源

apt update -y && apt upgrade -y && apt install git -y && git clone https://github.com/MIt-gancm/Autumn-leaves ~/.gancm

Gitee 源

apt update -y && apt upgrade -y && apt install git -y && git clone https://gitee.com/MIt-gancm/Autumn-leaves ~/.gancm

验证安装

安装完成后,你可以通过以下命令验证安装:

bash ~/.gancm/gancm.sh

如果出现对话框,说明安装完成。