Skip to content

Commit

Permalink
Adding brew auto update flag
Browse files Browse the repository at this point in the history
closes #36
  • Loading branch information
PSNAppz authored Jul 16, 2020
1 parent f3019d2 commit 21ff445
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ def ins(self):
# MacOS Dependency Config
elif platform == "darwin":

print("\n[+] Installing necessary tools on MAC")
print("\n[+] Installing necessary tools on MacOS/Darwin")
try:
os.system('brew cask install xquartz')
os.system('export HOMEBREW_NO_AUTO_UPDATE=1') # Set auto update of homebrew to false for this session
os.system('brew install toilet')
print("\n[+] Installation of dependencies complete")
except OSError:
Expand Down

0 comments on commit 21ff445

Please sign in to comment.