Commit 92f79bb8 authored by Ed Reel's avatar Ed Reel

Restore original install lines in README.md

parent 9ba295a4
......@@ -35,11 +35,11 @@ If this command returns `ERROR: unknown command: shell` please have a second loo
Then download and run the installation script below:
wget -q https://raw.github.com/skycocker/chromebrew/master/install.sh && yes | bash install.sh
wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash
-- or --
curl -Ls git.io/vddgY -o install.sh && yes | bash install.sh
curl -Ls git.io/vddgY | bash
On a rooted Google OnHub, the command needs to be run with the "chronos" user. In order to make su work, a password is needed for the chronos user.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment