Created
August 14, 2017 23:14
-
-
Save qntmpkts/698d2489bf08159927982deff5c0e4fd to your computer and use it in GitHub Desktop.
Install Chromebrew
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
#!/usr/bin/env sh | |
_crew_install() { | |
wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash | |
} | |
_crew_install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment