Skip to content

Commit

Permalink
Update paybag.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpool2000 authored Apr 29, 2023
1 parent 2a71eab commit 358f402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paybag.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def install():

if did in deb:
if did in premsf:
os.system("sudo apt-get upodate && sudo apt-get install metasploit-framework")
os.system("sudo apt-get update && sudo apt-get install metasploit-framework")
else:
os.system("sudo apt-get install -y build-essential zlib1g zlib1g-dev libpq-dev libpcap-dev libsqlite3-dev ruby ruby-dev")
os.system("cd $HOME && git clone https://github.com/rapid7/metasploit-framework.git")
Expand Down

0 comments on commit 358f402

Please sign in to comment.