Skip to content

Commit

Permalink
Add missing dep to metasploit (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
QU35T-code authored Apr 17, 2024
1 parent 0f5b775 commit 8166c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/install/package_c2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ function install_metasploit() {
rvm use 3.2.2@metasploit --create
gem install bundler
bundle install
# Add this dependency to make the pattern_create.rb script work
gem install rex-text
# fixes 'You have already activated timeout 0.3.1, but your Gemfile requires timeout 0.4.0. Since timeout is a default gem, you can either remove your dependency on it or try updating to a newer version of bundler that supports timeout as a default gem.'
# fixes 'You have already activated timeout 0.4.1, but your Gemfile requires timeout 0.4.0. Prepending `bundle exec` to your command may solve this.'
local temp_fix_limit="2024-04-25"
Expand Down

0 comments on commit 8166c71

Please sign in to comment.