diff --git a/README.md b/README.md index 666c55c..30cdb20 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ wget -O backup.run https://raw.githubusercontent.com/wukongdaily/OpenBackRestore ``` > 备份仓库 ```bash -wget -O backup.run https://gitee.com/wukongdaily/OpenBackRestore/raw/master/backup/backup.run && sh backup.run +wget -O https://mirror.ghproxy.com/https://raw.githubusercontent.com/wukongdaily/OpenBackRestore/master/backup/backup.run && sh backup.run ``` > 每次备份都是完整的,可以经常备份,比如每月备份一次 ### 🤔 如何自定义备份的路径?方法如下 @@ -45,7 +45,7 @@ wget -O restore.run https://raw.githubusercontent.com/wukongdaily/OpenBackRestor ``` > 备份仓库 ```bash -wget -O restore.run https://gitee.com/wukongdaily/OpenBackRestore/raw/master/backup/restore.run && sh restore.run +wget -O restore.run https://mirror.ghproxy.com/https://raw.githubusercontent.com/wukongdaily/OpenBackRestore/master/backup/restore.run && sh restore.run ```