相关文章:Linux 命令行下下载 Google Drive/Docs

这里同样也是在Linux命令行下,下载GitHub的文件。

# --no-check-certificate 或者先 apt-get install -y ca-certificates
wget --no-check-certificate --content-disposition https://github.com/mholt/caddy/releases/download/v0.10.7/caddy_v0.10.7_linux_amd64.tar.gz

curl -LJO https://github.com/mholt/caddy/releases/download/v0.10.7/caddy_v0.10.7_linux_amd64.tar.gz