修复diy命令,添加挂机程序配置

This commit is contained in:
whyour
2021-04-16 12:43:26 +08:00
parent bdfec42652
commit 5f25fcc49f
2 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ mkdir -p ${diyscriptsdir}
if [ ! -d "$diyscriptsdir/${author}_${repo}" ]; then
echo -e "${author}本地仓库不存在,从gayhub拉取ing..."
local url="https://ghproxy.com/https://github.com/${author}/${repo}"
url="https://ghproxy.com/https://github.com/${author}/${repo}"
if [ $author == "monk-coder" ] && [ $repo == "dust" ]; then
url="git@github.com:monk-coder/dust.git"
fi