FetchLinux 是一款用于下载和管理 Linux 发行版镜像的自动化工具,核心功能包括:
fetchlinux download <发行版名称>
快速获取镜像。fetchlinux verify
命令,通过校验和(如 SHA256)确保下载文件完整性。fetchlinux.conf
)可批量部署系统,支持自定义架构、输出路径等参数。rsync
)、更新(--update
)等功能,简化服务器维护流程。安装步骤(以 Debian/Ubuntu 为例):
sudo apt update && sudo apt install git wget curl
。git clone https://github.com/fetchlinux/fetchlinux.git /opt/fetchlinux
。fetchlinux.conf
,设置镜像源、存储路径等。sudo systemctl enable --now fetchlinux
。更多操作可参考官方文档或通过 fetchlinux --help
查看命令列表。