Releases: MuntashirAkon/chrome_os_updater
Chrome OS Updater v2.2.0
- Upgrade to Python 3
- Add workaround to the ROOT-B partition expansion bug in the Croissant script
- Copy selinux and camera fixes from the current installation instead of applying them
- Add debugging (with
CROS_DEBUG
) - Add support for custom download root (via
CROS_DOWNLOAD_ROOT
) - Semantic versioning
Use the attached installer.sh
to install the updater or run:
curl -Ls https://github.com/MuntashirAkon/chrome_os_updater/releases/download/v2.2.0/installer.sh | bash
Chrome OS Updater v2.1
- Fixed problem with grub.cfg generation
- Added an installer for simplification
- Added debug logs
Use the attached installer.sh
to install the updater or run:
curl -Ls https://github.com/MuntashirAkon/chrome_os_updater/releases/download/v2.1/installer.sh | bash
Chrome OS Updater v2.0
What's new:
- Supports Omaha update (native-like A/B update)
- No need for additional configurations for the regular and many multiboot installations
- Fixes from Croissant Project are carried out here as well
- Switch between update channels (may have stability problem)
- Add license (GPLv3) as required
Please, see the readme file inside the release binary for instructions on how to install and use. Never download the source code. Only download the attached zip file.
CrOS Updater v1.1
Probably the final release of cros_update.sh
. Next releases will no longer use recovery method. Instead they will use the Omaha updates (similar to Chromebooks). This version contains optional --check-only
argument which can be used to check for updates only instead of downloading and installing it as well. DON'T download the repo, use the attached zip file.
Cros Updater v1.0
Initial release. Use Chrome OS to run this script. Please, download the cros_updater-v1.0.zip file instead of the repository.