替换 wget 命令

This commit is contained in:
CallMeR
2023-12-10 22:55:40 +08:00
parent 56d9125152
commit 410f6e8d2e
+1 -1
View File
@@ -208,7 +208,7 @@ $ mkdir -p /tmp/SmartDNS
$ cd /tmp/SmartDNS $ cd /tmp/SmartDNS
## 下载 SmartDNS 安装包 ## 下载 SmartDNS 安装包
$ wget https://github.com/pymumu/smartdns/releases/download/Release43/smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz $ curl -O -L https://github.com/pymumu/smartdns/releases/download/Release43/smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz
## 解压缩 SmartDNS 安装包 ## 解压缩 SmartDNS 安装包
$ tar zxf smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz $ tar zxf smartdns.1.2023.08.11-1937.x86_64-linux-all.tar.gz