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 f3019d2 commit 21ff445Copy full SHA for 21ff445
installer.py
@@ -49,9 +49,10 @@ def ins(self):
49
# MacOS Dependency Config
50
elif platform == "darwin":
51
52
- print("\n[+] Installing necessary tools on MAC")
+ print("\n[+] Installing necessary tools on MacOS/Darwin")
53
try:
54
os.system('brew cask install xquartz')
55
+ os.system('export HOMEBREW_NO_AUTO_UPDATE=1') # Set auto update of homebrew to false for this session
56
os.system('brew install toilet')
57
print("\n[+] Installation of dependencies complete")
58
except OSError:
0 commit comments