From 247c6c5be8a7fd00bb1e3a5d11933e2a079d541e Mon Sep 17 00:00:00 2001 From: sebanc Date: Sun, 10 Nov 2024 09:48:53 +0100 Subject: [PATCH] Changelog: - Build Brunch against ChromeOS r130 --- build_brunch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_brunch.sh b/build_brunch.sh index 57a2c9b7aa..179d206c5c 100755 --- a/build_brunch.sh +++ b/build_brunch.sh @@ -32,7 +32,7 @@ if [ ! -z $1 ] && [ "$1" != "skip" ] ; then else git clone -b master https://github.com/sebanc/chromeos-ota-extract.git rootfs || { echo "Failed to clone chromeos-ota-extract"; exit 1; } cd rootfs - curl -L https://dl.google.com/chromeos/rammus/16002.44.0/stable-channel/chromeos_16002.44.0_rammus_stable-channel_full_mp-v5.bin-gy3gmyjwha4diy7u5dlsfmw24wlqtmv6.signed -o ./update.signed || { echo "Failed to Download the OTA update"; exit 1; } + curl -L https://dl.google.com/chromeos/rammus/16033.51.0/stable-channel/chromeos_16033.51.0_rammus_stable-channel_full_mp-v5.bin-gy3teodbmi2tbndwplcpvi7hrtm32dkw.signed -o ./update.signed || { echo "Failed to Download the OTA update"; exit 1; } PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python python3 extract_android_ota_payload.py ./update.signed || { echo "Failed to extract the OTA update"; exit 1; } cd .. [ -f ./rootfs/root.img ] || { echo "ChromeOS rootfs has not been extracted"; exit 1; }