diff --git a/update-deps-linux b/update-deps-linux index 3fb1e650..74253d8d 100644 --- a/update-deps-linux +++ b/update-deps-linux @@ -1,5 +1,7 @@ echo "Updating the dependencies" cp ./common/common_easyjson.tgo ./common/common_easyjson.go -go get -u github.com/mailru/easyjson/... -easyjson -pkg common || 0 +{ + go get -u github.com/mailru/easyjson/... + easyjson -pkg common +} || {} go get \ No newline at end of file