diff --git a/common/download_coreboot.sh b/common/download_coreboot.sh index 7e06c45..045eb79 100755 --- a/common/download_coreboot.sh +++ b/common/download_coreboot.sh @@ -19,7 +19,7 @@ function gitUpdate() { git submodule update --init --recursive --remote # blobs are ignored from updates. Manually clone to prevent compile errors later from non empty directory cloning - git clone https://github.com/coreboot/blobs.git 3rdparty/blobs/ + # git clone https://github.com/coreboot/blobs.git 3rdparty/blobs/ else cd "$DOCKER_COREBOOT_DIR" || exit git fetch --all --tags --prune