aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rhodecode-setup')
-rwxr-xr-xscripts/rhodecode-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 4bd4a09..2b359d6 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -763,7 +763,7 @@ if __name__ == '__main__':
set_permissions(directories, "g+w")
# Take git-core package from Launchpad PPA of git maintainers.
- install_git_from_ppa(assume_yes=args.assume_yes)
+ #install_git_from_ppa(assume_yes=args.assume_yes)
# Install all the required packages from the default Ubuntu sources.
if args.development: