2a8121a730
Document the necessary 'bundle install' workaround for win32api gem. PR: 262289
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
|
|
This port requires the addition of seperate gems to include the win32api.
|
|
As an unprivileged non-root user, please run "bundle install" from the /usr/local/share/metasploit directory
|
|
cd /usr/local/share/metasploit && bundle install
|
|
|
|
EOM
|
|
}
|
|
]
|