We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d1ce8 commit f36c4fdCopy full SHA for f36c4fd
opt/system-setup.py
@@ -50,6 +50,7 @@ def macosx(self):
50
if out.splitlines() == []:
51
fatal("Xcode tools are not installed. Please run xcode-select --install.")
52
self.install("git-lfs")
53
+ self.install("redis")
54
55
def install_git_lfs_on_linux(self):
56
self.run("curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash")
0 commit comments