Last active
May 29, 2021 07:43
-
-
Save Netbocs/d224101afb5ff7944c29442534c63d38 to your computer and use it in GitHub Desktop.
Installation Script For Chrome OS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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