Skip to content

Commit

Permalink
installation of gnu utils in system-setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Jan 26, 2020
1 parent eace393 commit c4ce72f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opt/system-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def macosx(self):
out, _ = p.communicate()
if out.splitlines() == []:
fatal("Xcode tools are not installed. Please run xcode-select --install.")
self.install_gnu_utils()
self.install("git-lfs")
self.install("redis")

Expand Down

0 comments on commit c4ce72f

Please sign in to comment.