Commit 5008a583 authored by Lorenzo Martinico's avatar Lorenzo Martinico Committed by Thomas Gambier

Actually base chromium only ships curl

parent 51797948
......@@ -47,7 +47,7 @@ If this command returns `ERROR: unknown command: shell`, please have a second lo
Then download and run the installation script below:
wget -q -O - https://lab.nexedi.com/nexedi/chromebrew/raw/nexedi/install.sh | bash
curl -Ls https://lab.nexedi.com/nexedi/chromebrew/raw/nexedi/install.sh | 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.
......@@ -57,7 +57,7 @@ On a rooted Google OnHub, the command needs to be run with the "chronos" user. I
Retype new UNIX password:
# su - chronos
Password:
$ curl -Ls git.io/vddgY | bash
$ curl -Ls https://lab.nexedi.com/nexedi/chromebrew/raw/nexedi/install.sh -o install.sh && yes | bash install.sh
Help
----
......
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