Skip to content

Commit

Permalink
Changelog:
Browse files Browse the repository at this point in the history
- Build Brunch against ChromeOS r130
  • Loading branch information
sebanc committed Nov 10, 2024
1 parent b84967f commit 247c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_brunch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 247c6c5

Please sign in to comment.