Skip to content

Commit

Permalink
Change git-core to git; git-core now deprecated in Ubuntu repo
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos authored and wayneeseguin committed Oct 19, 2010
1 parent 420c221 commit 48d8449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/notes
Expand Up @@ -26,13 +26,13 @@ if [[ "Linux" = "$system" ]] ; then
printf "
dependencies:
# For RVM
rvm: bash curl git-core
rvm: bash curl git
# For JRuby (if you wish to use it) you will need:
jruby: aptitude install curl sun-java6-bin sun-java6-jre sun-java6-jdk
# For MRI & ree (if you wish to use it) you will need (depending on what you are installing):
ruby: aptitude install build-essential bison openssl libreadline5 libreadline-dev curl git-core zlib1g zlib1g-dev libssl-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev
ruby: aptitude install build-essential bison openssl libreadline5 libreadline-dev curl git zlib1g zlib1g-dev libssl-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev
ruby-head: git subversion autoconf
# For IronRuby (if you wish to use it) you will need:
Expand Down

0 comments on commit 48d8449

Please sign in to comment.