Skip to content

Instantly share code, notes, and snippets.

@qntmpkts
Created August 14, 2017 23:14
Show Gist options
  • Save qntmpkts/698d2489bf08159927982deff5c0e4fd to your computer and use it in GitHub Desktop.
Save qntmpkts/698d2489bf08159927982deff5c0e4fd to your computer and use it in GitHub Desktop.
Install Chromebrew
#!/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