macielbombonato / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

Error when installing git in bbb-conf #909

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  Install BigBlueButton via packages (not on the BigBlueButton VM)
2.  Try to setup development environment 
3.

The code at line 594

   sudo apt-get install git ant -y --force-yes

should read

   sudo apt-get install git-core ant -y --force-yes

Original issue reported on code.google.com by ffdixon@gmail.com on 23 Mar 2011 at 10:27

GoogleCodeExporter commented 8 years ago

Original comment by ffdixon@gmail.com on 1 Apr 2011 at 11:28

GoogleCodeExporter commented 8 years ago
Fixed in 0.8-beta-3

Original comment by ffdixon@gmail.com on 22 Nov 2011 at 1:07