diff --git a/build.sh b/build.sh index ce7872e..f522c8c 100644 --- a/build.sh +++ b/build.sh @@ -24,7 +24,7 @@ function git_clone { git clone $1 $SRC/$2 fi cd $SRC/$2 - git fetch --all + git reset --hard git pull cd ../.. }