Skip to content

Commit 27905f1

Browse files
committedJul 8, 2016
Ubuntu build HOWTO: Suggest to install git instead of git-core
The package docs for the git-core Ubuntu package in all supported Ubuntu versions, including 12.04 say: This is a transitional dummy package. The 'git-core' package has been renamed to 'git', which has been installed automatically. This git-core package is now obsolete, and can safely be removed from the system if no other package depends on it. Fixes #4109
1 parent 9db78dc commit 27905f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ $ sudo dnf install make automake gcc gcc-c++ kernel-devel cmake libcurl* openal*
111111
You can install git for easily keeping your copy up to date.
112112
If you dont want git, read below on how to get the source without git.
113113
This is an example for installing git on Debian/Ubuntu:
114-
$ sudo apt-get install git-core
114+
$ sudo apt-get install git
115115

116116
For Fedora users:
117117
$ sudo dnf install git-core

0 commit comments

Comments
 (0)
Please sign in to comment.