File tree 1 file changed +20
-0
lines changed
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,26 @@ bundle install -j$(nproc --all)
92
92
93
93
cd $HOME /metasploit-framework
94
94
95
+ # ##################################################
96
+ sleep 10
97
+ gem install bundler
98
+ sleep 10
99
+ declare NOKOGIRI_VERSION=$( cat Gemfile.lock | grep -i nokogiri | sed ' s/nokogiri [\(\)]/(/g' | cut -d ' ' -f 5 | grep -oP " (.).[[:digit:]][\w+]?[.]." )
100
+ sleep 10
101
+ gem install nokogiri -v $NOKOGIRI_VERSION -- --use-system-libraries
102
+ sleep 10
103
+ bundle config build.nokogiri " --use-system-libraries --with-xml2-include=$PREFIX /include/libxml2" ; bundle install
104
+ sleep 10
105
+ gem install actionpack
106
+ sleep 10
107
+ bundle update activesupport
108
+ sleep 10
109
+ bundle update --bundler
110
+ sleep 10
111
+ bundle install -j$( nproc --all)
112
+ sleep 10
113
+ # ##################################################
114
+
95
115
echo -e " \e[34mPACKAGES INSTALLED SUCCESSFULLY....[\e[92m✓\e[34m]\e[0m"
96
116
echo -e " \033[92m"
97
117
center " INSTALLING METASPLOIT"
You can’t perform that action at this time.
0 commit comments