Skip to content

Commit f7f8244

Browse files
authored
Update metalow.sh
1 parent a6736c0 commit f7f8244

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

core/min/metalow.sh

+20
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,26 @@ bundle install -j$(nproc --all)
9292

9393
cd $HOME/metasploit-framework
9494

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+
95115
echo -e "\e[34mPACKAGES INSTALLED SUCCESSFULLY....[\e[92m✓\e[34m]\e[0m"
96116
echo -e "\033[92m"
97117
center "INSTALLING METASPLOIT"

0 commit comments

Comments
 (0)