Skip to content

uberhacker/chromebrew-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Useful bash utility scripts for Chrome/Chromium OS systems

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages