Skip to content

Commit 685a1de

Browse files
committed
update
1 parent b91b4e7 commit 685a1de

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

msfdev-env.sh

+6-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,18 @@ sudo apt-get -y install \
1717
libapr1 libaprutil1 libsvn1 \
1818
libpcap-dev
1919

20+
21+
git clone https://github.com/rapid7/metasploit-framework.git msf-dev
22+
23+
cd msf-dev
24+
2025
\curl -L https://get.rvm.io | bash -s stable --autolibs=enabled --ruby=1.9.3
2126

2227
source /usr/local/rvm/scripts/rvm
2328

2429
rvm install 1.9.3-p125
2530

26-
git clone https://github.com/rapid7/metasploit-framework.git msf-dev
27-
28-
cd msf-dev
31+
sleep 5
2932

3033
gem install bundle && bundle install
3134

0 commit comments

Comments
 (0)