[racket-dev] Getting git instructions

2010-10-01 Thread Neil Toronto
The Ubuntu instructions should have a sudo apt-get update after adding 
the ppa repository.


Neil T

_
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Getting git instructions

2010-10-01 Thread Eli Barzilay
20 minutes ago, Neil Toronto wrote:
 The Ubuntu instructions should have a sudo apt-get update after
 adding the ppa repository.

Is this about the git instructions at git.racket-lang.org, and if so,
do you mean that it should be:

  sudo add-apt-repository ppa:git-core/ppa
  sudo apt-get update
  sudo apt-get install git-core

?

-- 
  ((lambda (x) (x x)) (lambda (x) (x x)))  Eli Barzilay:
http://barzilay.org/   Maze is Life!
_
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev


Re: [racket-dev] Getting git instructions

2010-10-01 Thread Neil Toronto

Eli Barzilay wrote:

20 minutes ago, Neil Toronto wrote:

The Ubuntu instructions should have a sudo apt-get update after
adding the ppa repository.


Is this about the git instructions at git.racket-lang.org, and if so,
do you mean that it should be:

  sudo add-apt-repository ppa:git-core/ppa
  sudo apt-get update
  sudo apt-get install git-core


Yes, and yes. Ubuntu will install the non-ppa git-core until its package 
indexes are updated.


Thanks!
Neil T
_
 For list-related administrative tasks:
 http://lists.racket-lang.org/listinfo/dev