Commit dd87c7ca authored by Lorenzo Martinico's avatar Lorenzo Martinico Committed by Thomas Gambier

Update README, track nexedi branch

parent ca2e1987
......@@ -54,11 +54,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://raw.github.com/skycocker/chromebrew/master/install.sh | bash
-- or --
curl -Ls git.io/vddgY | bash
wget -q -O - 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.
......@@ -97,7 +93,7 @@ Where available commands are:
* upgrade - `update all or specific package(s)`
* whatprovides - `regex search for package(s) that contains file(s)`
Available packages are listed in the [packages directory](https://github.com/skycocker/chromebrew/tree/master/packages).
Available packages are listed in the [packages directory](https://lab.nexedi.com/nexedi/chromebrew/tree/nexedi/packages).
Chromebrew will wipe its `BREW_DIR` (`/usr/local/tmp/crew` by default) after installation unless you pass `-k` or `--keep` when running `crew install`.
......
......@@ -6,7 +6,7 @@ set -e
#chromebrew directories
OWNER="nexedi"
REPO="chromebrew"
BRANCH="master"
BRANCH="nexedi"
URL="https://lab.nexedi.com/${OWNER}/${REPO}/raw/${BRANCH}"
CREW_PREFIX="${CREW_PREFIX:-/usr/local}"
CREW_LIB_PATH="${CREW_PREFIX}/lib/crew/"
......
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