Files
ports/security/metasploit/pkg-message
T
Torsten Zuehlsdorff 2a8121a730 security/metasploit: add pkg-message for post-install steps
Document the necessary 'bundle install' workaround for win32api gem.

PR:		262289
2026-03-25 15:42:59 +01:00

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
}
]