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 af0d774 commit 4f24988Copy full SHA for 4f24988
setup.py
@@ -8,6 +8,7 @@ def main():
8
banner.main()
9
banner.attack("Setup")
10
os.system("sudo apt install python3-pip")
11
+ os.system("sudo apt install pip")
12
os.system("pip install -r requirements.txt")
13
os.system("sudo apt install golang -y")
14
os.system("go env -w GO111MODULE=on")
0 commit comments