更新 curl 参数

This commit is contained in:
CallMeR
2023-12-12 21:32:02 +08:00
parent 80afa7dfe7
commit 660551f2fc
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
## 下载 dnsmasq 插件安装脚本
$ sudo curl -Lo /opt/dnsmasq_plugin.sh https://gitee.com/felixonmars/dnsmasq-china-list/raw/master/install.sh
$ sudo curl -LR -o /opt/dnsmasq_plugin.sh https://gitee.com/felixonmars/dnsmasq-china-list/raw/master/install.sh
## 设置安装脚本权限
$ sudo chmod +x /opt/dnsmasq_plugin.sh