Browse Source

把tar的二进制镜像源更换为国内源 (#458)

LoGin 1 year ago
parent
commit
a1fd1cf1cb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      user/dadk/config/tar_1_35.dadk

+ 1 - 1
user/dadk/config/tar_1_35.dadk

@@ -6,7 +6,7 @@
   "task_type": {
     "InstallFromPrebuilt": {
       "Archive": {
-        "url": "https://mirrors.dragonos.org/pub/third_party/gnu/tar/tar-1.35-x86_64-linux-gnu.tar.xz"
+        "url": "https://mirrors.dragonos.org.cn/pub/third_party/gnu/tar/tar-1.35-x86_64-linux-gnu.tar.xz"
       }
     }
   },