Skip to content

Commit

Permalink
Installs git-extras via sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 29, 2012
1 parent 54fe9d9 commit 76e00d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Expand Up @@ -23,10 +23,10 @@ sh git_config.sh
echo "installing git-extras"

cd inc/git-extras
make install PREFIX="~/local"
sudo make install PREFIX="~/local"

# for some reason a "~" folder gets created in the git-extras install
git clean -df
sudo git clean -df

# silence warnings when perlbrew not installed
mkdir -p $HOME/perl5/perlbrew/etc
Expand Down

0 comments on commit 76e00d0

Please sign in to comment.