Skip to content

Commit

Permalink
Merge pull request gushmazuko#22 from Gabriel260/patch-1
Browse files Browse the repository at this point in the history
make things easier
  • Loading branch information
gushmazuko authored Apr 2, 2021
2 parents c1b61a1 + 683d0d0 commit a4a01f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metasploit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rm -rf $HOME/metasploit-framework
echo
center "*** Downloading..."
cd $HOME
git clone https://github.com/rapid7/metasploit-framework.git
git clone https://github.com/rapid7/metasploit-framework.git --depth=1

echo
center "*** Installation..."
Expand All @@ -76,7 +76,7 @@ gem install nokogiri -v 1.8.0 -- --use-system-libraries
gem install actionpack
bundle update activesupport
bundle update --bundler
bundle install -j5
bundle install -j$(nproc --all)
$PREFIX/bin/find -type f -executable -exec termux-fix-shebang \{\} \;
rm ./modules/auxiliary/gather/http_pdf_authors.rb
if [ -e $PREFIX/bin/msfconsole ];then
Expand Down

0 comments on commit a4a01f7

Please sign in to comment.