From bdfec42652ec57c09f3e87f83f79941a64184ffd Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 11 Apr 2021 23:32:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddiy=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/git_diy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/git_diy.sh b/shell/git_diy.sh index 7bf703ff..96d4cafc 100755 --- a/shell/git_diy.sh +++ b/shell/git_diy.sh @@ -35,6 +35,7 @@ if [ ! -d "$diyscriptsdir/${author}_${repo}" ]; then local 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 cd ${diyscriptsdir} && git clone $url ${author}_${repo} gitpullstatus=$? [ $gitpullstatus -eq 0 ] && echo -e "${author}本地仓库拉取完毕"