From 3bcf3431d356321a091511398e5e899d9b3b46d3 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 17 Nov 2021 10:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8B=B7=E8=B4=9Ddeps?= =?UTF-8?q?=E5=B7=B2=E5=AD=98=E5=9C=A8=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index d7b49920..1343c2fe 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -400,7 +400,7 @@ gen_list_repo() { fi if [[ -d $dir_dep ]]; then - cp $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null + cp -f $dir_dep/* "${dir_scripts}/${uniq_path}" &>/dev/null fi for file in ${files}; do