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 c58d8af commit ab6b5f3Copy full SHA for ab6b5f3
metasploit-framework.gemspec
@@ -34,7 +34,6 @@ Gem::Specification.new do |spec|
34
'msfd',
35
'msfrpc',
36
'msfrpcd',
37
- 'msfupdate',
38
'msfvenom'
39
]
40
end
msfupdate
@@ -135,7 +135,8 @@ class Msfupdate
135
136
Dir.chdir(@msfbase_dir) do
137
if apt?
138
- raise "msfupdate is not supported when Metasploit is part of the operating system. Please use 'apt update; apt install metasploit-framework'"
+ stderr.puts "msfupdate is not supported on Kali Linux, since it is a normal OS package."
139
+ stderr.puts "Please use 'apt update; apt install metasploit-framework' instead."
140
elsif binary_install?
141
update_binary_install!
142
elsif git?
0 commit comments