mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复diy命令,添加挂机程序配置
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user