Skip to content

Instantly share code, notes, and snippets.

@Netbocs
Last active May 29, 2021 07:43
Show Gist options
  • Save Netbocs/d224101afb5ff7944c29442534c63d38 to your computer and use it in GitHub Desktop.
Save Netbocs/d224101afb5ff7944c29442534c63d38 to your computer and use it in GitHub Desktop.
Installation Script For Chrome OS
#!/bin/sh
sudo apt-get update
sudo apt-get install pv
sudo apt-get install cgpt
sudo bash chromeos-install.sh -src rammus_recovery.bin -dst /dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment