Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chrome OS version to 13505.111.0_nocturne #1

Open
wants to merge 1 commit into
base: 13421.73.0_nocturne
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ set -euo pipefail
# Use consistent umask for reproducible builds
umask 022

CHROMEOS_VERSION="13421.73.0_nocturne"
CHROMEOS_VERSION="13505.111.0_nocturne"
CHROMEOS_RECOVERY="chromeos_${CHROMEOS_VERSION}_recovery_stable-channel_mp"

CHROMEOS_FILENAME="$CHROMEOS_RECOVERY.bin.zip"
CHROMEOS_URL="https://dl.google.com/dl/edgedl/chromeos/recovery/$CHROMEOS_FILENAME"
CHROMEOS_SHA1="612eaade9451d3d89cb574984795db40415d9fb8 $CHROMEOS_FILENAME"
CHROMEOS_SHA1="42c0f17d2a62b9aaea052985a012f6eaccff34c7 $CHROMEOS_FILENAME"

CHROMEOS_FILE="$PWD/$CHROMEOS_FILENAME"
TARGET_DIR="$PWD/proprietary"
Expand Down