• 0.1.0 Stable

    martin released this 2025-01-05 23:21:26 +08:00 | 74 commits to main since this release

    初始化 ubuntu / debian,安装 docker-ce
    # apt + ntp 
    curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-apt.sh | bash
    # docker-ce
    curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-docker.sh | bash
    # 初始化全部
    curl -sSL https://git.martin98.com/MartinFarm/init/raw/branch/main/init-all.sh | bash
    

    Python 镜像源配置测试

    pip config set global.index-url https://mirrors.martin98.com/repository/pypi-group/simple
    

    NPM源

    npm config set registry https://mirrors.martin98.com/repository/npm-group/
    
    Downloads