We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82c35e7 + 861cd20 commit bf83967Copy full SHA for bf83967
scripts/msf_host/msf_host_setup.sh
@@ -47,7 +47,8 @@ su ${SSH_USERNAME} -c "/bin/bash -l -c 'rvm autolibs disable && \
47
rvm ${RUBY_VERSION} do gem install bundler -v 1.17.3 --no-document && \
48
rvm cleanup all'"
49
50
-su ${SSH_USERNAME} -c 'git remote add upstream https://github.com/rapid7/metasploit-framework && \
+su ${SSH_USERNAME} -c 'cd ~/rapid7/metasploit-framework && \
51
+ git remote add upstream https://github.com/rapid7/metasploit-framework && \
52
/bin/bash -l -c "ruby tools/dev/add_pr_fetch.rb" && \
53
git config --global user.name "Metasploit Tesing Lab User" && \
54
git config --global user.email "[email protected]" && \
0 commit comments