Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.86 KB

README.md

File metadata and controls

32 lines (23 loc) · 1.86 KB

Chromebrew scripts

Useful bash utility scripts for Chrome/Chromium OS systems.

Overview

Neverware disables the ability to perform a powerwash in CloudReady and Google disables execute permissions on certain directories to protect Chromium OS. These scripts are useful to powerwash your Chromebook and reset to the factory settings, install, remove or update Chromebrew or remove rootfs verification and mount your filesystem to be read/write.

WARNING

If used improperly, these scripts can render your system useless. Please proceed with caution and do not execute unless you know what you're doing. Review the References section below to understand the impact of the changes. As true of any open source software, I'm not responsible if you brick your system.

Installation

$ git clone https://github.com/uberhacker/chromebrew-scripts
$ sudo cp chromebrew-scripts/* /usr/local/bin

Usage

Install Chromebrew: $ chromebrew -i | --install

Remove Chromebrew: $ chromebrew -r | --remove

Update Chromebrew: $ chromebrew -u | --update

Reset to factory settings: $ powerwash

Remove rootfs verification: $ rootfs

Mount the filesystem read/write: $ rw

References