Skip to content

Commit bf83967

Browse files
committed
Land #50, add upstream remote to local repo
2 parents 82c35e7 + 861cd20 commit bf83967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/msf_host/msf_host_setup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ su ${SSH_USERNAME} -c "/bin/bash -l -c 'rvm autolibs disable && \
4747
rvm ${RUBY_VERSION} do gem install bundler -v 1.17.3 --no-document && \
4848
rvm cleanup all'"
4949

50-
su ${SSH_USERNAME} -c 'git remote add upstream https://github.com/rapid7/metasploit-framework && \
50+
su ${SSH_USERNAME} -c 'cd ~/rapid7/metasploit-framework && \
51+
git remote add upstream https://github.com/rapid7/metasploit-framework && \
5152
/bin/bash -l -c "ruby tools/dev/add_pr_fetch.rb" && \
5253
git config --global user.name "Metasploit Tesing Lab User" && \
5354
git config --global user.email "[email protected]" && \

0 commit comments

Comments
 (0)