Skip to content

Commit

Permalink
s|feature/install|develop|g
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefs committed Sep 13, 2011
1 parent e1a6dc2 commit e21b416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ INSTALL
You want to install gb-sysmenu? Run the following command and it will
install itself for you (utils-menu will be installed in /opt/gb-sysmenu)

curl -L http://goo.gl/r6DEZ | sudo bash
curl -L http://goo.gl/OjSSa | sudo bash

If you want to install gb-sysmenu in a different directory, it's easy!
For example, to install gb-sysmenu at ~/.gb-sysmenu, just run:

curl -L http://goo.gl/r6DEZ | sudo GBINSTALLDIR=~/.gb-sysmenu bash
curl -L http://goo.gl/OjSSa | sudo GBINSTALLDIR=~/.gb-sysmenu bash

For more details about this program, visit http://github.com/andrefs/gb-sysmenu

Expand Down
2 changes: 1 addition & 1 deletion gb.b_install
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mkdir -p "$GBINSTALLDIR"
echo "*** Cloning gb-sysmenu Git repository to '$GBINSTALLDIR'..."
git clone git://github.com/andrefs/gb-sysmenu.git "$GBINSTALLDIR" 2>/dev/null
cd "$GBINSTALLDIR"
git checkout feature/install
git checkout develop

git submodule init 2>/dev/null
git submodule update 2>/dev/null
Expand Down

0 comments on commit e21b416

Please sign in to comment.