From 4620bc97428f905e7570c6a764be872030e5e8c4 Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 26 Apr 2022 22:16:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8C=E6=AD=A5=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 98877b2..ea4e90a 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,7 @@ git submodule update --recursive --init --force git submodule sync --recursive -git fetch --all --recurse-submodules +git fetch --all --recurse-submodules --depth 1 python3 -m pip install --upgrade jedi rope pylint autopep8