小编OWA*_*DVL的帖子

wget 不保留缓存

我正在尝试运行托管在 github 上的远程 bash 脚本:

wget -O - https://raw.githubusercontent.com/xxxxx/script.sh
Run Code Online (Sandbox Code Playgroud)

一切正常,没有问题

但是当我更新上面的脚本并运行相同的命令时,它会处理旧脚本

我试过--no-cache, --delete-after, 没有成功

如何每次都获得 wget 的新副本?

linux bash wget shell-script

3
推荐指数
1
解决办法
4175
查看次数

标签 统计

bash ×1

linux ×1

shell-script ×1

wget ×1