Skip to content

Commit a1895d1

Browse files
committed
cleanup: don't need to change git path
1 parent 37064b7 commit a1895d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

install/centos/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,6 @@ cp config/gitlab.yml.example config/gitlab.yml
354354
# Replace your_domain_name with the fully-qualified domain name of your host serving GitLab
355355
sed -i 's|localhost|your_domain_name|g' config/gitlab.yml
356356
357-
# Change git's path to point to /usr/local/bin/git
358-
sed -i 's|/usr/bin/git|/usr/local/bin/git|' config/gitlab.yml
359-
360357
# Make sure GitLab can write to the log/ and tmp/ directories
361358
chown -R git log/
362359
chown -R git tmp/

0 commit comments

Comments
 (0)