From ebfec2d1d3a81090ad0f46858b273292ee279eb2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 17 Aug 2015 20:11:37 -0700 Subject: [PATCH] Update update script --- scripts/update | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/update b/scripts/update index 7f2b59147bd..afeacbb1235 100755 --- a/scripts/update +++ b/scripts/update @@ -3,6 +3,4 @@ if [ ${PWD##*/} == "scripts" ]; then cd .. fi -git pull --recurse-submodules=yes -git submodule update --init --recursive -python3 -m pip install -r requirements.txt +git pull