sudo apt update
sudo apt install git wget curl openssh-server
git clone https://github.com/fetchlinux/fetchlinux.git /opt/fetchlinux
cd /opt/fetchlinux
sudo cp fetchlinux.conf.example fetchlinux.conf
sudo nano fetchlinux.conf # 按需修改倉庫URL、鏡像名稱等配置
sudo groupadd fetchlinux
sudo useradd -r -g fetchlinux fetchlinux
sudo chown -R fetchlinux:fetchlinux /opt/fetchlinux
sudo systemctl enable fetchlinux
sudo systemctl start fetchlinux
fetchlinux --help
fetchlinux download <發行版名稱> [版本號] # 例:fetchlinux download ubuntu latest
sha256sum
對比官方校驗和:sha256sum <鏡像文件名>