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